DashStyle

Inheritance: java.lang.Object

public final class DashStyle

Represents style of dash drawing lines on documents.

Fields

Field Description
Solid Represent a solid line.
ShortDash Represent a short dash line.
ShortDot Represent a short dot line.
ShortDashDot Represent a short dash-dot line.
ShortDashDotDot Represent a short dash-dot-dot line.
Dot Represent a square dot style.
Dash Represent a dash line style.
LongDash Represent a long dash style.
DashDot Dash short dash.
LongDashDot Long dash short dash.
LongDashDotDot Long dash short dash short dash.
RoundDot Represents a round-dot line.
SquareDot Represents a square-dot line.
DashDotDot Represents a dash-dot-dot line.
DashLongDash Represents a long dash-short dash line.
DashLongDashDot Represents a long dash-short dash-dot line.

Solid

public static final int Solid

Represent a solid line.

ShortDash

public static final int ShortDash

Represent a short dash line.

ShortDot

public static final int ShortDot

Represent a short dot line.

ShortDashDot

public static final int ShortDashDot

Represent a short dash-dot line.

ShortDashDotDot

public static final int ShortDashDotDot

Represent a short dash-dot-dot line.

Dot

public static final int Dot

Represent a square dot style.

Dash

public static final int Dash

Represent a dash line style.

LongDash

public static final int LongDash

Represent a long dash style.

DashDot

public static final int DashDot

Dash short dash.

LongDashDot

public static final int LongDashDot

Long dash short dash.

LongDashDotDot

public static final int LongDashDotDot

Long dash short dash short dash.

RoundDot

public static final int RoundDot

Represents a round-dot line.

SquareDot

public static final int SquareDot

Represents a square-dot line.

DashDotDot

public static final int DashDotDot

Represents a dash-dot-dot line.

DashLongDash

public static final int DashLongDash

Represents a long dash-short dash line.

DashLongDashDot

public static final int DashLongDashDot

Represents a long dash-short dash-dot line.