Class ShadingType
java.lang.Object
com.itextpdf.kernel.pdf.colorspace.shading.ShadingType
The constants of shading type (see ISO-320001 Table 78).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The int value of axial shading typestatic final int
The int value of coons patch meshes shading typestatic final int
The int value of free-form Gouraud-shaded triangle mesh shading typestatic final int
The int value of function-based shading typestatic final int
The int value of lattice-form Gouraud-shaded triangle mesh shading typestatic final int
The int value of radial shading typestatic final int
The int value of tensor-product patch meshes shading type -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FUNCTION_BASED
public static final int FUNCTION_BASEDThe int value of function-based shading type- See Also:
-
AXIAL
public static final int AXIALThe int value of axial shading type- See Also:
-
RADIAL
public static final int RADIALThe int value of radial shading type- See Also:
-
FREE_FORM_GOURAUD_SHADED_TRIANGLE_MESH
public static final int FREE_FORM_GOURAUD_SHADED_TRIANGLE_MESHThe int value of free-form Gouraud-shaded triangle mesh shading type- See Also:
-
LATTICE_FORM_GOURAUD_SHADED_TRIANGLE_MESH
public static final int LATTICE_FORM_GOURAUD_SHADED_TRIANGLE_MESHThe int value of lattice-form Gouraud-shaded triangle mesh shading type- See Also:
-
COONS_PATCH_MESH
public static final int COONS_PATCH_MESHThe int value of coons patch meshes shading type- See Also:
-
TENSOR_PRODUCT_PATCH_MESH
public static final int TENSOR_PRODUCT_PATCH_MESHThe int value of tensor-product patch meshes shading type- See Also:
-
-
Constructor Details
-
ShadingType
private ShadingType()
-