Field Summary | ||
---|---|---|
const int | AUTOMATIC | |
Automatic markers. | ||
const int | CIRCLE | |
Circular markers. | ||
const int | DASH | |
Long bar markers | ||
const int | DIAMOND | |
Diamond-shaped markers. | ||
const int | DOT | |
Short bar markers. | ||
const int | NONE | |
No markers. | ||
const int | SQUARE_PLUS | |
Square markers with a plus sign. | ||
const int | SQUARE | |
Square markers. | ||
const int | SQUARE_STAR | |
Square markers with an asterisk. | ||
const int | TRIANGLE | |
Triangular markers. | ||
const int | SQUARE_X | |
Square markers with an X. | ||
const int | PICTURE | |
Picture |
Field Detail |
---|
AUTOMATIC | |
const int AUTOMATIC |
CIRCLE | |
const int CIRCLE |
DASH | |
const int DASH |
DIAMOND | |
const int DIAMOND |
DOT | |
const int DOT |
NONE | |
const int NONE |
SQUARE_PLUS | |
const int SQUARE_PLUS |
SQUARE | |
const int SQUARE |
SQUARE_STAR | |
const int SQUARE_STAR |
TRIANGLE | |
const int TRIANGLE |
SQUARE_X | |
const int SQUARE_X |
PICTURE | |
const int PICTURE |