Class PdfPattern.Tiling.TilingType
java.lang.Object
com.itextpdf.kernel.pdf.colorspace.PdfPattern.Tiling.TilingType
- Enclosing class:
- PdfPattern.Tiling
A code that controls adjustments to the spacing of tiles relative to the device pixel grid
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Pattern cells shall be spaced consistently—that is, by a multiple of a device pixel.static final int
Pattern cells shall be spaced consistently as in tiling type 1, but with additional distortion permitted to enable a more efficient implementation.static final int
The pattern cell shall not be distorted, but the spacing between pattern cells may vary by as much as 1 device pixel. -
Constructor Summary
-
Method Summary
-
Field Details
-
CONSTANT_SPACING
public static final int CONSTANT_SPACINGPattern cells shall be spaced consistently—that is, by a multiple of a device pixel. To achieve this, the conforming reader may need to distort the pattern cell slightly.- See Also:
-
NO_DISTORTION
public static final int NO_DISTORTIONThe pattern cell shall not be distorted, but the spacing between pattern cells may vary by as much as 1 device pixel.- See Also:
-
CONSTANT_SPACING_AND_FASTER_TILING
public static final int CONSTANT_SPACING_AND_FASTER_TILINGPattern cells shall be spaced consistently as in tiling type 1, but with additional distortion permitted to enable a more efficient implementation.- See Also:
-
-
Constructor Details
-
TilingType
public TilingType()
-