Uses of Class
org.jfree.pdf.shading.ShadingType
-
Packages that use ShadingType Package Description org.jfree.pdf.shading Contains shading classes that support thePDFGraphics2Dimplementation. -
-
Uses of ShadingType in org.jfree.pdf.shading
Fields in org.jfree.pdf.shading declared as ShadingType Modifier and Type Field Description private ShadingTypeShading. shadingTypeThe shading type.Methods in org.jfree.pdf.shading that return ShadingType Modifier and Type Method Description ShadingTypeShading. getShadingType()Returns the shading type.static ShadingTypeShadingType. 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.
-