Class PdfShading.ShadingType

  • Enclosing class:
    PdfShading

    static final class PdfShading.ShadingType
    extends java.lang.Object
    constants of shading type (see ISO-320001 Table 78)
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ShadingType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Constructor Detail

      • ShadingType

        private ShadingType()