Uses of Class
com.itextpdf.text.pdf.PdfShadingPattern
-
Packages that use PdfShadingPattern Package Description com.itextpdf.text.pdf -
-
Uses of PdfShadingPattern in com.itextpdf.text.pdf
Fields in com.itextpdf.text.pdf declared as PdfShadingPattern Modifier and Type Field Description (package private) PdfShadingPattern
ShadingColor. shadingPattern
Fields in com.itextpdf.text.pdf with type parameters of type PdfShadingPattern Modifier and Type Field Description protected java.util.HashSet<PdfShadingPattern>
PdfWriter. documentShadingPatterns
Methods in com.itextpdf.text.pdf that return PdfShadingPattern Modifier and Type Method Description PdfShadingPattern
ShadingColor. getPdfShadingPattern()
Gets the shading pattern.Methods in com.itextpdf.text.pdf with parameters of type PdfShadingPattern Modifier and Type Method Description (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.itextpdf.text.pdf with parameters of type PdfShadingPattern Constructor Description ShadingColor(PdfShadingPattern shadingPattern)
Creates a shading color.
-