Uses of Enum Class
org.jfree.pdf.shading.ShadingType
Packages that use ShadingType
-
Uses of ShadingType in org.jfree.pdf.shading
Fields in org.jfree.pdf.shading declared as ShadingTypeMethods in org.jfree.pdf.shading that return ShadingTypeModifier and TypeMethodDescriptionShading.getShadingType()
Returns the shading type.static ShadingType
Returns the enum constant of this class with the specified name.static ShadingType[]
ShadingType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jfree.pdf.shading with parameters of type ShadingTypeModifierConstructorDescriptionprotected
Shading
(int number, ShadingType shadingType) Creates a new shading instance.