Uses of Class
com.itextpdf.text.pdf.PdfPatternPainter
Packages that use PdfPatternPainter
-
Uses of PdfPatternPainter in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfPatternPainterModifier and TypeFieldDescription(package private) PdfPatternPainterPatternColor.painterThe actual pattern.Fields in com.itextpdf.text.pdf with type parameters of type PdfPatternPainterModifier and TypeFieldDescriptionprotected HashMap<PdfPatternPainter, PdfName> PdfWriter.documentPatternsThe patterns of this documentMethods in com.itextpdf.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, BaseColor color) Create a new uncolored tiling pattern.PdfContentByte.createPattern(float width, float height, BaseColor color) Create a new uncolored tiling pattern.PatternColor.getPainter()Gets the pattern.Methods in com.itextpdf.text.pdf with parameters of type PdfPatternPainterModifier and TypeMethodDescription(package private) PdfNamePdfWriter.addSimplePattern(PdfPatternPainter painter) voidPdfContentByte.setPatternFill(PdfPatternPainter p) Sets the fill color to a pattern.voidPdfContentByte.setPatternFill(PdfPatternPainter p, BaseColor color) Sets the fill color to an uncolored pattern.voidPdfContentByte.setPatternFill(PdfPatternPainter p, BaseColor color, float tint) Sets the fill color to an uncolored pattern.voidPdfPatternPainter.setPatternFill(PdfPatternPainter p) voidPdfPatternPainter.setPatternFill(PdfPatternPainter p, BaseColor color, float tint) voidPdfContentByte.setPatternStroke(PdfPatternPainter p) Sets the stroke color to a pattern.voidPdfContentByte.setPatternStroke(PdfPatternPainter p, BaseColor color) Sets the stroke color to an uncolored pattern.voidPdfContentByte.setPatternStroke(PdfPatternPainter p, BaseColor color, float tint) Sets the stroke color to an uncolored pattern.voidPdfPatternPainter.setPatternStroke(PdfPatternPainter p) voidPdfPatternPainter.setPatternStroke(PdfPatternPainter p, BaseColor color, float tint) Constructors in com.itextpdf.text.pdf with parameters of type PdfPatternPainterModifierConstructorDescriptionPatternColor(PdfPatternPainter painter) Creates a color representing a pattern.(package private)PdfPattern(PdfPatternPainter painter) Creates a PdfPattern object.(package private)PdfPattern(PdfPatternPainter painter, int compressionLevel) Creates a PdfPattern object.protectedUncoloredPattern(PdfPatternPainter p, BaseColor color, float tint)