Uses of Class
com.aowagie.text.pdf.PdfShadingPattern
Packages that use PdfShadingPattern
-
Uses of PdfShadingPattern in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfShadingPatternMethods in com.aowagie.text.pdf that return PdfShadingPatternMethods in com.aowagie.text.pdf with parameters of type PdfShadingPatternModifier and TypeMethodDescription(package private) void
PdfWriter.addSimpleShadingPattern
(PdfShadingPattern shading) void
PdfContentByte.setShadingFill
(PdfShadingPattern shading) Sets the shading fill pattern.void
PdfContentByte.setShadingStroke
(PdfShadingPattern shading) Sets the shading stroke patternConstructors in com.aowagie.text.pdf with parameters of type PdfShadingPatternModifierConstructorDescriptionShadingColor
(PdfShadingPattern shadingPattern) Creates a shading color.