Uses of Class
com.orsonpdf.shading.ShadingType
-
Packages that use ShadingType Package Description com.orsonpdf.shading Contains shading classes that support thePDFGraphics2Dimplementation. -
-
Uses of ShadingType in com.orsonpdf.shading
Fields in com.orsonpdf.shading declared as ShadingType Modifier and Type Field Description private ShadingTypeShading. shadingTypeThe shading type.Methods in com.orsonpdf.shading that return ShadingType Modifier and Type Method Description ShadingTypeShading. getShadingType()Returns the shading type.static ShadingTypeShadingType. 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.
-