Class PdfPattern.Tiling.PaintType
- java.lang.Object
-
- com.itextpdf.kernel.pdf.colorspace.PdfPattern.Tiling.PaintType
-
- Enclosing class:
- PdfPattern.Tiling
public static class PdfPattern.Tiling.PaintType extends java.lang.Object
A code that determines how the colour of the pattern cell shall be specified
-
-
Constructor Summary
Constructors Constructor Description PaintType()
-
-
-
Field Detail
-
COLORED
public static final int COLORED
The pattern’s content stream shall specify the colours used to paint the pattern cell.- See Also:
- Constant Field Values
-
UNCOLORED
public static final int UNCOLORED
The pattern’s content stream shall not specify any colour information. Instead, the entire cell is painted with a separately specified colour each time the pattern is used.- See Also:
- Constant Field Values
-
-