Uses of Class
com.itextpdf.text.pdf.PdfPatternPainter
-
Packages that use PdfPatternPainter Package Description com.itextpdf.text.pdf -
-
Uses of PdfPatternPainter in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfPatternPainter Modifier and Type Field Description (package private) PdfPatternPainter
PatternColor. painter
The actual pattern.Fields in com.itextpdf.text.pdf with type parameters of type PdfPatternPainter Modifier and Type Field Description protected java.util.HashMap<PdfPatternPainter,PdfName>
PdfWriter. documentPatterns
The patterns of this documentMethods in com.itextpdf.text.pdf that return PdfPatternPainter Modifier and Type Method Description PdfPatternPainter
PdfContentByte. createPattern(float width, float height)
Create a new colored tiling pattern.PdfPatternPainter
PdfContentByte. createPattern(float width, float height, float xstep, float ystep)
Create a new colored tiling pattern.PdfPatternPainter
PdfContentByte. createPattern(float width, float height, float xstep, float ystep, BaseColor color)
Create a new uncolored tiling pattern.PdfPatternPainter
PdfContentByte. createPattern(float width, float height, BaseColor color)
Create a new uncolored tiling pattern.PdfPatternPainter
PatternColor. getPainter()
Gets the pattern.Methods in com.itextpdf.text.pdf with parameters of type PdfPatternPainter Modifier and Type Method Description (package private) PdfName
PdfWriter. addSimplePattern(PdfPatternPainter painter)
void
PdfContentByte. setPatternFill(PdfPatternPainter p)
Sets the fill color to a pattern.void
PdfContentByte. setPatternFill(PdfPatternPainter p, BaseColor color)
Sets the fill color to an uncolored pattern.void
PdfContentByte. setPatternFill(PdfPatternPainter p, BaseColor color, float tint)
Sets the fill color to an uncolored pattern.void
PdfPatternPainter. setPatternFill(PdfPatternPainter p)
void
PdfPatternPainter. setPatternFill(PdfPatternPainter p, BaseColor color, float tint)
void
PdfContentByte. setPatternStroke(PdfPatternPainter p)
Sets the stroke color to a pattern.void
PdfContentByte. setPatternStroke(PdfPatternPainter p, BaseColor color)
Sets the stroke color to an uncolored pattern.void
PdfContentByte. setPatternStroke(PdfPatternPainter p, BaseColor color, float tint)
Sets the stroke color to an uncolored pattern.void
PdfPatternPainter. setPatternStroke(PdfPatternPainter p)
void
PdfPatternPainter. setPatternStroke(PdfPatternPainter p, BaseColor color, float tint)
Constructors in com.itextpdf.text.pdf with parameters of type PdfPatternPainter Constructor Description PatternColor(PdfPatternPainter painter)
Creates a color representing a pattern.PdfPattern(PdfPatternPainter painter)
Creates a PdfPattern object.PdfPattern(PdfPatternPainter painter, int compressionLevel)
Creates a PdfPattern object.UncoloredPattern(PdfPatternPainter p, BaseColor color, float tint)
-