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