Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class FillMode

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.FillMode


  • public final class FillMode
    extends com.aspose.ms.System.Enum

    Specifies how the interior of a closed path is filled.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Alternate
      Specifies the alternate fill mode.
      static int Winding
      Specifies the winding fill mode.
    • Field Detail

      • Alternate

        public static final int Alternate

        Specifies the alternate fill mode.

        See Also:
        Constant Field Values
      • Winding

        public static final int Winding

        Specifies the winding fill mode.

        See Also:
        Constant Field Values