Class 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int COLORED
      The pattern’s content stream shall specify the colours used to paint the pattern cell.
      static int UNCOLORED
      The pattern’s content stream shall not specify any colour information.
    • Constructor Summary

      Constructors 
      Constructor Description
      PaintType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • PaintType

        public PaintType()