Uses of Class
com.aowagie.text.pdf.PdfPatternPainter
-
Packages that use PdfPatternPainter Package Description com.aowagie.text.pdf -
-
Uses of PdfPatternPainter in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfPatternPainter Modifier and Type Field Description private PdfPatternPainterPatternColor. painterThe actual pattern.Methods in com.aowagie.text.pdf that return PdfPatternPainter Modifier and Type Method Description (package private) PdfPatternPainterPdfContentByte. createPattern(float width, float height)Create a new colored tiling pattern.private PdfPatternPainterPdfContentByte. createPattern(float width, float height, float xstep, float ystep)Create a new colored tiling pattern.private PdfPatternPainterPdfContentByte. createPattern(float width, float height, float xstep, float ystep, java.awt.Color color)Create a new uncolored tiling pattern.PdfPatternPainterPatternColor. getPainter()Gets the pattern.Methods in com.aowagie.text.pdf with parameters of type PdfPatternPainter Modifier and Type Method Description (package private) PdfNamePdfWriter. addSimplePattern(PdfPatternPainter painter)voidPdfContentByte. setPatternFill(PdfPatternPainter p)Sets the fill color to a pattern.private voidPdfContentByte. setPatternFill(PdfPatternPainter p, java.awt.Color color)Sets the fill color to an uncolored pattern.voidPdfContentByte. setPatternFill(PdfPatternPainter p, java.awt.Color color, float tint)Sets the fill color to an uncolored pattern.voidPdfPatternPainter. setPatternFill(PdfPatternPainter p)voidPdfPatternPainter. setPatternFill(PdfPatternPainter p, java.awt.Color color, float tint)voidPdfContentByte. setPatternStroke(PdfPatternPainter p)Sets the stroke color to a pattern.private voidPdfContentByte. setPatternStroke(PdfPatternPainter p, java.awt.Color color)Sets the stroke color to an uncolored pattern.voidPdfContentByte. setPatternStroke(PdfPatternPainter p, java.awt.Color color, float tint)Sets the stroke color to an uncolored pattern.voidPdfPatternPainter. setPatternStroke(PdfPatternPainter p)voidPdfPatternPainter. setPatternStroke(PdfPatternPainter p, java.awt.Color color, float tint)Constructors in com.aowagie.text.pdf with parameters of type PdfPatternPainter Constructor Description PatternColor(PdfPatternPainter painter)Creates a color representing a pattern.PdfPattern(PdfPatternPainter painter, int compressionLevel)Creates a PdfPattern object.
-