Uses of Class
org.jfree.pdf.shading.Shading
-
Packages that use Shading Package Description org.jfree.pdf.internal org.jfree.pdf.shading Contains shading classes that support thePDFGraphics2D
implementation. -
-
Uses of Shading in org.jfree.pdf.internal
Fields in org.jfree.pdf.internal declared as Shading Modifier and Type Field Description private Shading
Pattern.ShadingPattern. shading
Methods in org.jfree.pdf.internal that return Shading Modifier and Type Method Description Shading
Pattern.ShadingPattern. getShading()
Returns the shading.Methods in org.jfree.pdf.internal with parameters of type Shading Modifier and Type Method Description void
Pattern.ShadingPattern. setShading(Shading shading)
Sets the shading.Constructors in org.jfree.pdf.internal with parameters of type Shading Constructor Description ShadingPattern(int number, Shading shading, java.awt.geom.AffineTransform t)
Creates a new shading pattern. -
Uses of Shading in org.jfree.pdf.shading
Subclasses of Shading in org.jfree.pdf.shading Modifier and Type Class Description class
AxialShading
An axial shading.class
RadialShading
A radial shading.
-