Class ShadingType

java.lang.Object
com.itextpdf.kernel.pdf.colorspace.shading.ShadingType

public final class ShadingType extends Object
The constants of shading type (see ISO-320001 Table 78).
  • Field Details

    • FUNCTION_BASED

      public static final int FUNCTION_BASED
      The int value of function-based shading type
      See Also:
    • AXIAL

      public static final int AXIAL
      The int value of axial shading type
      See Also:
    • RADIAL

      public static final int RADIAL
      The int value of radial shading type
      See Also:
    • 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:
    • 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:
    • COONS_PATCH_MESH

      public static final int COONS_PATCH_MESH
      The int value of coons patch meshes shading type
      See Also:
    • TENSOR_PRODUCT_PATCH_MESH

      public static final int TENSOR_PRODUCT_PATCH_MESH
      The int value of tensor-product patch meshes shading type
      See Also:
  • Constructor Details

    • ShadingType

      private ShadingType()