Uses of Class
com.orsonpdf.shading.Shading
-
Packages that use Shading Package Description com.orsonpdf ContainsPDFGraphics2Dand supporting classes to allow Java2D rendering to Adobe's Portable Document Format (PDF).com.orsonpdf.shading Contains shading classes that support thePDFGraphics2Dimplementation. -
-
Uses of Shading in com.orsonpdf
Fields in com.orsonpdf declared as Shading Modifier and Type Field Description private ShadingPattern.ShadingPattern. shadingMethods in com.orsonpdf that return Shading Modifier and Type Method Description ShadingPattern.ShadingPattern. getShading()Returns the shading.Methods in com.orsonpdf with parameters of type Shading Modifier and Type Method Description voidPattern.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 classAxialShadingAn axial shading.classRadialShadingA radial shading.
-