com.aspose.imaging
Class FillMode

java.lang.Object
  extended by java.lang.Enum
      extended by com.aspose.imaging.FillMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class FillMode
extends java.lang.Enum

Specifies how the interior of a closed path is filled.

See Also:
Serialized Form

Field Summary
static int Alternate
           Specifies the alternate fill mode.
static int Winding
           Specifies the winding fill mode.
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

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