Field Summary | ||
---|---|---|
const int | DARK_GRAY | |
Represents a dark gray line. | ||
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 | DOT | |
Represents a dotted line. | ||
const int | LIGHT_GRAY | |
Represents a light gray line. | ||
const int | MEDIUM_GRAY | |
Represents a medium gray line. | ||
const int | SOLID | |
Represent a solid line. |
Field Detail |
---|
DARK_GRAY | |
const int DARK_GRAY |
DASH | |
const int DASH |
DASH_DOT | |
const int DASH_DOT |
DASH_DOT_DOT | |
const int DASH_DOT_DOT |
DOT | |
const int DOT |
LIGHT_GRAY | |
const int LIGHT_GRAY |
MEDIUM_GRAY | |
const int MEDIUM_GRAY |
SOLID | |
const int SOLID |