com.aspose.imaging
Class DashCap

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

public final class DashCap
extends java.lang.Enum

Specifies the type of graphic shape to use on both ends of each dash in a dashed line.

See Also:
Serialized Form

Field Summary
static int Flat
           Specifies a square cap that squares off both ends of each dash.
static int Round
           Specifies a circular cap that rounds off both ends of each dash.
static int Triangle
           Specifies a triangular cap that points both ends of each dash.
 
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

Flat

public static final int Flat

Specifies a square cap that squares off both ends of each dash.

See Also:
Constant Field Values

Round

public static final int Round

Specifies a circular cap that rounds off both ends of each dash.

See Also:
Constant Field Values

Triangle

public static final int Triangle

Specifies a triangular cap that points both ends of each dash.

See Also:
Constant Field Values