Uses of Class
com.aowagie.text.pdf.PdfPatternPainter
Packages that use PdfPatternPainter
-
Uses of PdfPatternPainter in com.aowagie.text.pdf
Methods in com.aowagie.text.pdf that return PdfPatternPainterMethods in com.aowagie.text.pdf with parameters of type PdfPatternPainterModifier and TypeMethodDescriptionvoidPdfContentByte.setPatternFill(PdfPatternPainter p) Sets the fill color to a pattern.voidPdfContentByte.setPatternFill(PdfPatternPainter p, Color color, float tint) Sets the fill color to an uncolored pattern.voidPdfPatternPainter.setPatternFill(PdfPatternPainter p) voidPdfPatternPainter.setPatternFill(PdfPatternPainter p, Color color, float tint) voidPdfContentByte.setPatternStroke(PdfPatternPainter p) Sets the stroke color to a pattern.voidPdfContentByte.setPatternStroke(PdfPatternPainter p, Color color, float tint) Sets the stroke color to an uncolored pattern.voidPdfPatternPainter.setPatternStroke(PdfPatternPainter p) voidPdfPatternPainter.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.