Uses of Class
org.jfree.pdf.shading.ShadingType
-
Packages that use ShadingType Package Description org.jfree.pdf.shading Contains shading classes that support thePDFGraphics2D
implementation. -
-
Uses of ShadingType in org.jfree.pdf.shading
Fields in org.jfree.pdf.shading declared as ShadingType Modifier and Type Field Description private ShadingType
Shading. shadingType
The shading type.Methods in org.jfree.pdf.shading that return ShadingType Modifier and Type Method Description ShadingType
Shading. getShadingType()
Returns the shading type.static ShadingType
ShadingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ShadingType[]
ShadingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jfree.pdf.shading with parameters of type ShadingType Constructor Description Shading(int number, ShadingType shadingType)
Creates a new shading instance.
-