Uses of Enum
com.orsonpdf.shading.ShadingType
Packages that use ShadingType
-
Uses of ShadingType in com.orsonpdf.shading
Fields in com.orsonpdf.shading declared as ShadingTypeMethods in com.orsonpdf.shading that return ShadingTypeModifier and TypeMethodDescriptionShading.getShadingType()
Returns the shading type.static ShadingType
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 com.orsonpdf.shading with parameters of type ShadingTypeModifierConstructorDescriptionprotected
Shading
(int number, ShadingType shadingType) Creates a new shading instance.