Uses of Class
com.aowagie.text.pdf.PdfShadingPattern
-
Packages that use PdfShadingPattern Package Description com.aowagie.text.pdf -
-
Uses of PdfShadingPattern in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfShadingPattern Modifier and Type Field Description private PdfShadingPatternShadingColor. shadingPatternMethods in com.aowagie.text.pdf that return PdfShadingPattern Modifier and Type Method Description PdfShadingPatternShadingColor. getPdfShadingPattern()Gets the shading pattern.Methods in com.aowagie.text.pdf with parameters of type PdfShadingPattern Modifier and Type Method Description (package private) voidPdfWriter. addSimpleShadingPattern(PdfShadingPattern shading)voidPdfContentByte. setShadingFill(PdfShadingPattern shading)Sets the shading fill pattern.voidPdfContentByte. setShadingStroke(PdfShadingPattern shading)Sets the shading stroke patternConstructors in com.aowagie.text.pdf with parameters of type PdfShadingPattern Constructor Description ShadingColor(PdfShadingPattern shadingPattern)Creates a shading color.
-