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 Object
A code that determines how the colour of the pattern cell shall be specified
  • Field Details

    • COLORED

      public static final int COLORED
      The pattern’s content stream shall specify the colours used to paint the pattern cell.
      See Also:
    • 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:
  • Constructor Details

    • PaintType

      public PaintType()