Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfShadingPattern
Packages that use PdfShadingPattern
-
Uses of PdfShadingPattern in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfShadingPatternMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfShadingPatternMethods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfShadingPatternModifier and TypeMethodDescription(package private) voidPdfWriter.addSimpleShadingPattern(PdfShadingPattern shading) voidPdfContentByte.paintShading(PdfShadingPattern shading) Paints using a shading pattern.voidPdfContentByte.setShadingFill(PdfShadingPattern shading) Sets the shading fill pattern.voidPdfContentByte.setShadingStroke(PdfShadingPattern shading) Sets the shading stroke patternConstructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfShadingPatternModifierConstructorDescriptionShadingColor(PdfShadingPattern shadingPattern) Creates a shading color.