Uses of Enum Class
org.jfree.pdf.shading.ShadingType
Packages that use ShadingType
-
Uses of ShadingType in org.jfree.pdf.shading
Subclasses with type arguments of type ShadingType in org.jfree.pdf.shadingFields in org.jfree.pdf.shading declared as ShadingTypeMethods in org.jfree.pdf.shading that return ShadingTypeModifier and TypeMethodDescriptionShading.getShadingType()Returns the shading type.static ShadingTypeReturns 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 ShadingTypeModifierConstructorDescriptionprotectedShading(int number, ShadingType shadingType) Creates a new shading instance.