Uses of Class
com.lowagie.text.pdf.PdfShadingPattern
Packages that use PdfShadingPattern
-
Uses of PdfShadingPattern in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf declared as PdfShadingPatternFields in com.lowagie.text.pdf with type parameters of type PdfShadingPatternModifier and TypeFieldDescriptionprotected HashMap
<PdfShadingPattern, Object> PdfWriter.documentShadingPatterns
Methods in com.lowagie.text.pdf that return PdfShadingPatternMethods in com.lowagie.text.pdf with parameters of type PdfShadingPatternModifier and TypeMethodDescription(package private) void
PdfWriter.addSimpleShadingPattern
(PdfShadingPattern shading) void
PdfContentByte.paintShading
(PdfShadingPattern shading) Paints using a shading pattern.void
PdfContentByte.setShadingFill
(PdfShadingPattern shading) Sets the shading fill pattern.void
PdfContentByte.setShadingStroke
(PdfShadingPattern shading) Sets the shading stroke patternConstructors in com.lowagie.text.pdf with parameters of type PdfShadingPatternModifierConstructorDescriptionShadingColor
(PdfShadingPattern shadingPattern) Creates a shading color.