Uses of Class
org.openpdf.text.pdf.PdfPatternPainter
Packages that use PdfPatternPainter
-
Uses of PdfPatternPainter in org.openpdf.text.pdf
Fields in org.openpdf.text.pdf with type parameters of type PdfPatternPainterModifier and TypeFieldDescriptionprotected HashMap<PdfPatternPainter, PdfName> PdfWriter.documentPatternsThe patterns of this documentMethods in org.openpdf.text.pdf that return PdfPatternPainterModifier and TypeMethodDescriptionPdfContentByte.createPattern(float width, float height) Create a new colored tiling pattern.PdfContentByte.createPattern(float width, float height, float xstep, float ystep) Create a new colored tiling pattern.PdfContentByte.createPattern(float width, float height, float xstep, float ystep, Color color) Create a new uncolored tiling pattern.PdfContentByte.createPattern(float width, float height, Color color) Create a new uncolored tiling pattern.PatternColor.getPainter()Gets the pattern.Methods in org.openpdf.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) Sets the fill color to an uncolored 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) Sets the stroke color to an uncolored 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 org.openpdf.text.pdf with parameters of type PdfPatternPainterModifierConstructorDescriptionPatternColor(PdfPatternPainter painter) Creates a color representing a pattern.