com.aspose.imaging
Class DashStyle

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

public final class DashStyle
extends java.lang.Enum

Specifies the style of dashed lines drawn with a Pen object.

See Also:
Serialized Form

Field Summary
static int Custom
           Specifies a user-defined custom dash style.
static int Dash
           Specifies a line consisting of dashes.
static int DashDot
           Specifies a line consisting of a repeating pattern of dash-dot.
static int DashDotDot
           Specifies a line consisting of a repeating pattern of dash-dot-dot.
static int Dot
           Specifies a line consisting of dots.
static int Solid
           Specifies a solid 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

Custom

public static final int Custom

Specifies a user-defined custom dash style.

See Also:
Constant Field Values

Dash

public static final int Dash

Specifies a line consisting of dashes.

See Also:
Constant Field Values

DashDot

public static final int DashDot

Specifies a line consisting of a repeating pattern of dash-dot.

See Also:
Constant Field Values

DashDotDot

public static final int DashDotDot

Specifies a line consisting of a repeating pattern of dash-dot-dot.

See Also:
Constant Field Values

Dot

public static final int Dot

Specifies a line consisting of dots.

See Also:
Constant Field Values

Solid

public static final int Solid

Specifies a solid line.

See Also:
Constant Field Values