JPlanner Programmer's Guide
DashStyle Members
Constructors Fields Methods
 


Represents the dash style of a Pen.

The following tables list the members exposed by the DashStyle type.

 Public Constructors

  Name Description

DashStyle

Overloaded. Initializes a new instance of the DashStyle class.

 Public Fields

  Name Description

Dash

A predefined dash style representing a line consisting of dashes.

DashDot

A predefined dash style representing a line consisting of repeating dash-dot pattern.

DashDotDot

A predefined dash style representing a line consisting of repeating dash-dot-dot pattern.

DotDot

A predefined dash style representing a line consisting of dots.

Solid

A predefined dash style representing a solid line.

 Public Methods

  Name Description

clone

Creates a copy of the DashStyle.

getDashArray

Gets the array that defines the dash pattern.

getDashPhase

Gets a value indicating the start offset into the dash pattern.

readExternal

Externalizable.readExternal implementation.

writeExternal

Externalizable.writeExternal implementation.

 See Also

DashStyle Class
com.mindfusion.drawing Namespace