Uses of Class
com.orsonpdf.shading.Shading
-
Packages that use Shading Package Description com.orsonpdf ContainsPDFGraphics2D
and supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).com.orsonpdf.shading Contains shading classes that support thePDFGraphics2D
implementation. -
-
Uses of Shading in com.orsonpdf
Fields in com.orsonpdf declared as Shading Modifier and Type Field Description private Shading
Pattern.ShadingPattern. shading
Methods in com.orsonpdf that return Shading Modifier and Type Method Description Shading
Pattern.ShadingPattern. getShading()
Returns the shading.Methods in com.orsonpdf with parameters of type Shading Modifier and Type Method Description void
Pattern.ShadingPattern. setShading(Shading shading)
Sets the shading.Constructors in com.orsonpdf 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 com.orsonpdf.shading
Subclasses of Shading in com.orsonpdf.shading Modifier and Type Class Description class
AxialShading
An axial shading.class
RadialShading
A radial shading.
-