Package com.itextpdf.text.pdf
Class PdfContentByte.UncoloredPattern
- java.lang.Object
-
- com.itextpdf.text.BaseColor
-
- com.itextpdf.text.pdf.ExtendedColor
-
- com.itextpdf.text.pdf.PatternColor
-
- com.itextpdf.text.pdf.PdfContentByte.UncoloredPattern
-
- Enclosing class:
- PdfContentByte
static class PdfContentByte.UncoloredPattern extends PatternColor
-
-
Field Summary
Fields Modifier and Type Field Description protected BaseColor
color
protected float
tint
-
Fields inherited from class com.itextpdf.text.pdf.PatternColor
painter
-
Fields inherited from class com.itextpdf.text.pdf.ExtendedColor
type, TYPE_CMYK, TYPE_DEVICEN, TYPE_GRAY, TYPE_LAB, TYPE_PATTERN, TYPE_RGB, TYPE_SEPARATION, TYPE_SHADING
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
UncoloredPattern(PdfPatternPainter p, BaseColor color, float tint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
-
Methods inherited from class com.itextpdf.text.pdf.PatternColor
getPainter, hashCode
-
Methods inherited from class com.itextpdf.text.pdf.ExtendedColor
getType, getType, normalize
-
-
-
-
Field Detail
-
color
protected BaseColor color
-
tint
protected float tint
-
-
Constructor Detail
-
UncoloredPattern
protected UncoloredPattern(PdfPatternPainter p, BaseColor color, float tint)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classPatternColor
-
-