Class PatternColor

    • Constructor Detail

      • PatternColor

        public PatternColor​(PdfPatternPainter painter)
        Creates a color representing a pattern.
        Parameters:
        painter - the actual pattern
    • Method Detail

      • getPainter

        public PdfPatternPainter getPainter()
        Gets the pattern.
        Returns:
        the pattern
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class BaseColor