Class PatternColor
java.lang.Object
com.itextpdf.text.BaseColor
com.itextpdf.text.pdf.ExtendedColor
com.itextpdf.text.pdf.PatternColor
Represents a pattern. Can be used in high-level constructs (Paragraph, Cell, etc.).
-
Field Summary
Fields inherited from class ExtendedColor
type, TYPE_CMYK, TYPE_DEVICEN, TYPE_GRAY, TYPE_LAB, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING -
Constructor Summary
ConstructorsConstructorDescriptionPatternColor(PdfPatternPainter painter) Creates a color representing a pattern. -
Method Summary
Methods inherited from class ExtendedColor
getType, getType
-
Constructor Details
-
PatternColor
Creates a color representing a pattern.- Parameters:
painter- the actual pattern
-
-
Method Details
-
getPainter
-
equals
-
hashCode
-