Uses of Class
com.itextpdf.text.pdf.PdfShadingPattern
Packages that use PdfShadingPattern
-
Uses of PdfShadingPattern in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfShadingPatternFields in com.itextpdf.text.pdf with type parameters of type PdfShadingPatternModifier and TypeFieldDescriptionprotected HashSet<PdfShadingPattern> PdfWriter.documentShadingPatternsMethods in com.itextpdf.text.pdf that return PdfShadingPatternMethods in com.itextpdf.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.itextpdf.text.pdf with parameters of type PdfShadingPatternModifierConstructorDescriptionShadingColor(PdfShadingPattern shadingPattern) Creates a shading color.