com.aspose.imaging
Class PenAlignment

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

public final class PenAlignment
extends java.lang.Enum

Specifies the alignment of a Pen object in relation to the theoretical, zero-width line.

See Also:
Serialized Form

Field Summary
static int Center
           Specifies that the Pen object is centered over the theoretical line.
static int Inset
           Specifies that the Pen is positioned on the inside of the theoretical line.
static int Left
           Specifies the Pen is positioned to the left of the theoretical line.
static int Outset
           Specifies the Pen is positioned on the outside of the theoretical line.
static int Right
           Specifies the Pen is positioned to the right of the theoretical line.
 
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

Center

public static final int Center

Specifies that the Pen object is centered over the theoretical line.

See Also:
Constant Field Values

Inset

public static final int Inset

Specifies that the Pen is positioned on the inside of the theoretical line.

See Also:
Constant Field Values

Left

public static final int Left

Specifies the Pen is positioned to the left of the theoretical line.

See Also:
Constant Field Values

Outset

public static final int Outset

Specifies the Pen is positioned on the outside of the theoretical line.

See Also:
Constant Field Values

Right

public static final int Right

Specifies the Pen is positioned to the right of the theoretical line.

See Also:
Constant Field Values