DashStyle
Leave feedback
On this page
Inheritance: java.lang.Object
public final class DashStyle
Represents style of dash drawing lines on documents.
| 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. |
public static final int Solid
Represent a solid line.
public static final int ShortDash
Represent a short dash line.
public static final int ShortDot
Represent a short dot 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 Dot
Represent a square dot style.
public static final int Dash
Represent a dash line style.
public static final int LongDash
Represent a long dash style.
public static final int DashDot
Dash short dash.
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 SquareDot
Represents a square-dot line.
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.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.