Uses of Class
com.orsonpdf.shading.ShadingType
-
Packages that use ShadingType Package Description com.orsonpdf.shading Contains shading classes that support thePDFGraphics2D
implementation. -
-
Uses of ShadingType in com.orsonpdf.shading
Fields in com.orsonpdf.shading declared as ShadingType Modifier and Type Field Description private ShadingType
Shading. shadingType
The shading type.Methods in com.orsonpdf.shading that return ShadingType Modifier and Type Method Description ShadingType
Shading. getShadingType()
Returns the shading type.static ShadingType
ShadingType. 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 com.orsonpdf.shading with parameters of type ShadingType Constructor Description Shading(int number, ShadingType shadingType)
Creates a new shading instance.
-