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 | |
InnerCustom dash style. |
Field Detail |
---|
DASH | |
const int DASH |
DASH_DOT | |
const int DASH_DOT |
DASH_DOT_DOT | |
const int DASH_DOT_DOT |
DASH_LONG_DASH | |
const int DASH_LONG_DASH |
DASH_LONG_DASH_DOT | |
const int DASH_LONG_DASH_DOT |
ROUND_DOT | |
const int ROUND_DOT |
SOLID | |
const int SOLID |
SQUARE_DOT | |
const int SQUARE_DOT |
CUSTOM | |
const int CUSTOM |