Class PatternColor

Direct Known Subclasses:
PdfContentByte.UncoloredPattern

public class PatternColor extends ExtendedColor
Represents a pattern. Can be used in high-level constructs (Paragraph, Cell, etc.).
  • Field Details

  • Constructor Details

    • PatternColor

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