Field Summary | ||
---|---|---|
const int | DASH | |
Represent a dash line.
|
||
const int | DASH_DOT | |
Represents a dash-dot line.
|
||
const int | DASH_DOT_DOT | |
Represents a dash-dot-dot line.
|
||
const int | DASH_LONG_DASH | |
Represents a long dash-short dash line.
|
||
const int | DASH_LONG_DASH_DOT | |
Represents a long dash-short dash-dot line.
|
||
const int | ROUND_DOT | |
Represents a round-dot line.
|
||
const int | SOLID | |
Represent a solid line.
|
||
const int | SQUARE_DOT | |
Represents a square-dot line.
|
||
const int | CUSTOM | |
Custom dash style.
|
const int DASH
const int DASH_DOT
const int DASH_DOT_DOT
const int DASH_LONG_DASH
const int DASH_LONG_DASH_DOT
const int ROUND_DOT
const int SOLID
const int SQUARE_DOT
const int CUSTOM