Uses of Class
com.lowagie.text.pdf.PdfPatternPainter
Packages that use PdfPatternPainter
-
Uses of PdfPatternPainter in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf with type parameters of type PdfPatternPainterModifier and TypeFieldDescriptionprotected HashMap<PdfPatternPainter, PdfName> PdfWriter.documentPatternsDeprecated.The patterns of this documentMethods in com.lowagie.text.pdf that return PdfPatternPainterModifier and TypeMethodDescriptionPdfContentByte.createPattern(float width, float height) Deprecated.Create a new colored tiling pattern.PdfContentByte.createPattern(float width, float height, float xstep, float ystep) Deprecated.Create a new colored tiling pattern.PdfContentByte.createPattern(float width, float height, float xstep, float ystep, Color color) Deprecated.Create a new uncolored tiling pattern.PdfContentByte.createPattern(float width, float height, Color color) Deprecated.Create a new uncolored tiling pattern.PatternColor.getPainter()Deprecated.Gets the pattern.Methods in com.lowagie.text.pdf with parameters of type PdfPatternPainterModifier and TypeMethodDescriptionvoidPdfContentByte.setPatternFill(PdfPatternPainter p) Deprecated.Sets the fill color to a pattern.voidPdfContentByte.setPatternFill(PdfPatternPainter p, Color color) Deprecated.Sets the fill color to an uncolored pattern.voidPdfContentByte.setPatternFill(PdfPatternPainter p, Color color, float tint) Deprecated.Sets the fill color to an uncolored pattern.voidPdfPatternPainter.setPatternFill(PdfPatternPainter p) Deprecated.voidPdfPatternPainter.setPatternFill(PdfPatternPainter p, Color color, float tint) Deprecated.voidPdfContentByte.setPatternStroke(PdfPatternPainter p) Deprecated.Sets the stroke color to a pattern.voidPdfContentByte.setPatternStroke(PdfPatternPainter p, Color color) Deprecated.Sets the stroke color to an uncolored pattern.voidPdfContentByte.setPatternStroke(PdfPatternPainter p, Color color, float tint) Deprecated.Sets the stroke color to an uncolored pattern.voidPdfPatternPainter.setPatternStroke(PdfPatternPainter p) Deprecated.voidPdfPatternPainter.setPatternStroke(PdfPatternPainter p, Color color, float tint) Deprecated.Constructors in com.lowagie.text.pdf with parameters of type PdfPatternPainterModifierConstructorDescriptionPatternColor(PdfPatternPainter painter) Deprecated.Creates a color representing a pattern.