Class PdfPattern.Tiling.PaintType
java.lang.Object
com.itextpdf.kernel.pdf.colorspace.PdfPattern.Tiling.PaintType
- Enclosing class:
- PdfPattern.Tiling
A code that determines how the colour of the pattern cell shall be specified
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
COLORED
public static final int COLOREDThe pattern’s content stream shall specify the colours used to paint the pattern cell.- See Also:
-
UNCOLORED
public static final int UNCOLOREDThe 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:
-
-
Constructor Details
-
PaintType
public PaintType()
-