Uses of Class
com.aowagie.text.pdf.PdfPatternPainter
Packages that use PdfPatternPainter
-
Uses of PdfPatternPainter in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfPatternPainterModifier and TypeFieldDescriptionprivate final PdfPatternPainter
PatternColor.painter
The actual pattern.Methods in com.aowagie.text.pdf that return PdfPatternPainterModifier and TypeMethodDescription(package private) PdfPatternPainter
PdfContentByte.createPattern
(float width, float height) Create a new colored tiling pattern.private PdfPatternPainter
PdfContentByte.createPattern
(float width, float height, float xstep, float ystep) Create a new colored tiling pattern.private PdfPatternPainter
PdfContentByte.createPattern
(float width, float height, float xstep, float ystep, Color color) Create a new uncolored tiling pattern.PatternColor.getPainter()
Gets the pattern.Methods in com.aowagie.text.pdf with parameters of type PdfPatternPainterModifier and TypeMethodDescription(package private) PdfName
PdfWriter.addSimplePattern
(PdfPatternPainter painter) void
PdfContentByte.setPatternFill
(PdfPatternPainter p) Sets the fill color to a pattern.private void
PdfContentByte.setPatternFill
(PdfPatternPainter p, Color color) Sets the fill color to an uncolored pattern.void
PdfContentByte.setPatternFill
(PdfPatternPainter p, Color color, float tint) Sets the fill color to an uncolored pattern.void
PdfPatternPainter.setPatternFill
(PdfPatternPainter p) void
PdfPatternPainter.setPatternFill
(PdfPatternPainter p, Color color, float tint) void
PdfContentByte.setPatternStroke
(PdfPatternPainter p) Sets the stroke color to a pattern.private void
PdfContentByte.setPatternStroke
(PdfPatternPainter p, Color color) Sets the stroke color to an uncolored pattern.void
PdfContentByte.setPatternStroke
(PdfPatternPainter p, Color color, float tint) Sets the stroke color to an uncolored pattern.void
PdfPatternPainter.setPatternStroke
(PdfPatternPainter p) void
PdfPatternPainter.setPatternStroke
(PdfPatternPainter p, Color color, float tint) Constructors in com.aowagie.text.pdf with parameters of type PdfPatternPainterModifierConstructorDescriptionPatternColor
(PdfPatternPainter painter) Creates a color representing a pattern.(package private)
PdfPattern
(PdfPatternPainter painter, int compressionLevel) Creates a PdfPattern object.