Class ShadingType
- java.lang.Object
-
- com.itextpdf.kernel.pdf.colorspace.shading.ShadingType
-
public final class ShadingType extends java.lang.Object
The constants of shading type (see ISO-320001 Table 78).
-
-
Field Summary
Fields Modifier and Type Field Description static int
AXIAL
The int value of axial shading typestatic int
COONS_PATCH_MESH
The int value of coons patch meshes shading typestatic int
FREE_FORM_GOURAUD_SHADED_TRIANGLE_MESH
The int value of free-form Gouraud-shaded triangle mesh shading typestatic int
FUNCTION_BASED
The int value of function-based shading typestatic int
LATTICE_FORM_GOURAUD_SHADED_TRIANGLE_MESH
The int value of lattice-form Gouraud-shaded triangle mesh shading typestatic int
RADIAL
The int value of radial shading typestatic int
TENSOR_PRODUCT_PATCH_MESH
The int value of tensor-product patch meshes shading type
-
Constructor Summary
Constructors Modifier Constructor Description private
ShadingType()
-
-
-
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
-
-