public final class DashStyle extends Object
Represents style of dash drawing lines on documents.
Modifier and Type | Field and Description |
---|---|
static int |
Dash
Represent a dash line style.
|
static int |
DashDot
Dash short dash.
|
static int |
DashDotDot
Represents a dash-dot-dot line.
|
static int |
DashLongDash
Represents a long dash-short dash line.
|
static int |
DashLongDashDot
Represents a long dash-short dash-dot line.
|
static int |
Dot
Represent a square dot style.
|
static int |
LongDash
Represent a long dash style.
|
static int |
LongDashDot
Long dash short dash.
|
static int |
LongDashDotDot
Long dash short dash short dash.
|
static int |
RoundDot
Represents a round-dot line.
|
static int |
ShortDash
Represent a short dash line.
|
static int |
ShortDashDot
Represent a short dash-dot line.
|
static int |
ShortDashDotDot
Represent a short dash-dot-dot line.
|
static int |
ShortDot
Represent a short dot line.
|
static int |
Solid
Represent a solid line.
|
static int |
SquareDot
Represents a square-dot line.
|
public static final int Dash
Represent a dash line style.
public static final int DashDot
Dash short dash.
public static final int DashDotDot
Represents a dash-dot-dot line.
public static final int DashLongDash
Represents a long dash-short dash line.
public static final int DashLongDashDot
Represents a long dash-short dash-dot line.
public static final int Dot
Represent a square dot style.
public static final int LongDash
Represent a long dash style.
public static final int LongDashDot
Long dash short dash.
public static final int LongDashDotDot
Long dash short dash short dash.
public static final int RoundDot
Represents a round-dot line.
public static final int ShortDash
Represent a short dash line.
public static final int ShortDashDot
Represent a short dash-dot line.
public static final int ShortDashDotDot
Represent a short dash-dot-dot line.
public static final int ShortDot
Represent a short dot line.
public static final int Solid
Represent a solid line.
public static final int SquareDot
Represents a square-dot line.