Class ShadingType
- java.lang.Object
-
- com.itextpdf.kernel.pdf.colorspace.shading.ShadingType
-
public final class ShadingType extends java.lang.ObjectThe constants of shading type (see ISO-320001 Table 78).
-
-
Field Summary
Fields Modifier and Type Field Description static intAXIALThe int value of axial shading typestatic intCOONS_PATCH_MESHThe int value of coons patch meshes shading typestatic intFREE_FORM_GOURAUD_SHADED_TRIANGLE_MESHThe int value of free-form Gouraud-shaded triangle mesh shading typestatic intFUNCTION_BASEDThe int value of function-based shading typestatic intLATTICE_FORM_GOURAUD_SHADED_TRIANGLE_MESHThe int value of lattice-form Gouraud-shaded triangle mesh shading typestatic intRADIALThe int value of radial shading typestatic intTENSOR_PRODUCT_PATCH_MESHThe int value of tensor-product patch meshes shading type
-
Constructor Summary
Constructors Modifier Constructor Description privateShadingType()
-
-
-
Field Detail
-
FUNCTION_BASED
public static final int FUNCTION_BASED
The int value of function-based shading type- See Also:
- Constant Field Values
-
AXIAL
public static final int AXIAL
The int value of axial shading type- See Also:
- Constant Field Values
-
RADIAL
public static final int RADIAL
The int value of radial shading type- See Also:
- Constant Field Values
-
FREE_FORM_GOURAUD_SHADED_TRIANGLE_MESH
public static final int FREE_FORM_GOURAUD_SHADED_TRIANGLE_MESH
The int value of free-form Gouraud-shaded triangle mesh shading type- See Also:
- Constant Field Values
-
LATTICE_FORM_GOURAUD_SHADED_TRIANGLE_MESH
public static final int LATTICE_FORM_GOURAUD_SHADED_TRIANGLE_MESH
The int value of lattice-form Gouraud-shaded triangle mesh shading type- See Also:
- Constant Field Values
-
COONS_PATCH_MESH
public static final int COONS_PATCH_MESH
The int value of coons patch meshes shading type- See Also:
- Constant Field Values
-
TENSOR_PRODUCT_PATCH_MESH
public static final int TENSOR_PRODUCT_PATCH_MESH
The int value of tensor-product patch meshes shading type- See Also:
- Constant Field Values
-
-