Field Summary | ||
---|---|---|
const int | DASH_DOT | |
Represents thin dash-dotted line. | ||
const int | DASH_DOT_DOT | |
Represents thin dash-dot-dotted line. | ||
const int | DASHED | |
Represents dashed line. | ||
const int | DOTTED | |
Represents dotted line. | ||
const int | DOUBLE | |
Represents double line. | ||
const int | HAIR | |
Represents hair line. | ||
const int | MEDIUM_DASH_DOT | |
Represents medium dash-dotted line. | ||
const int | MEDIUM_DASH_DOT_DOT | |
Represents medium dash-dot-dotted line. | ||
const int | MEDIUM_DASHED | |
Represents medium dashed line. | ||
const int | NONE | |
Represents no line. | ||
const int | MEDIUM | |
Represents medium line. | ||
const int | SLANTED_DASH_DOT | |
Represents slanted medium dash-dotted line. | ||
const int | THICK | |
Represents thick line. | ||
const int | THIN | |
Represents thin line. |
Field Detail |
---|
DASH_DOT | |
const int DASH_DOT |
DASH_DOT_DOT | |
const int DASH_DOT_DOT |
DASHED | |
const int DASHED |
DOTTED | |
const int DOTTED |
DOUBLE | |
const int DOUBLE |
HAIR | |
const int HAIR |
MEDIUM_DASH_DOT | |
const int MEDIUM_DASH_DOT |
MEDIUM_DASH_DOT_DOT | |
const int MEDIUM_DASH_DOT_DOT |
MEDIUM_DASHED | |
const int MEDIUM_DASHED |
NONE | |
const int NONE |
MEDIUM | |
const int MEDIUM |
SLANTED_DASH_DOT | |
const int SLANTED_DASH_DOT |
THICK | |
const int THICK |
THIN | |
const int THIN |