GLG Toolkit, Java Class Library
Version 4.5
|
Specifies marker type binary flags that may be combined with bitwise OR. More...
Specifies marker type binary flags that may be combined with bitwise OR.
Constants | |
static final int | BOX = 0x2 |
MarkerType constant. More... | |
static final int | CIRCLE = 0x8 |
MarkerType constant. More... | |
static final int | CROSS = 0x1 |
MarkerType constant. More... | |
static final int | CROSS_BOX = ( 0x1 | 0x2 ) |
Composite MarkerType constant. More... | |
static final int | CROSS_CIRCLE = ( 0x1 | 0x8 ) |
Composite MarkerType constant. More... | |
static final int | CROSS_DIAMOND = ( 0x1 | 0x40 ) |
Composite MarkerType constant. More... | |
static final int | DIAGONAL_CROSS = 0x100 |
MarkerType constant. More... | |
static final int | DIAMOND = 0x40 |
MarkerType constant. More... | |
static final int | DOT = 0x20 |
MarkerType constant. More... | |
static final int | FILLED_BOX = 0x4 |
MarkerType constant. More... | |
static final int | FILLED_CIRCLE = 0x10 |
MarkerType constant. More... | |
static final int | FILLED_DIAMOND = 0x80 |
MarkerType constant. More... | |
static final int | HLINE = 0x200 |
MarkerType constant. More... | |
static final int | VLINE = 0x400 |
MarkerType constant. More... | |
|
static |
MarkerType constant.
|
static |
MarkerType constant.
|
static |
MarkerType constant.
|
static |
Composite MarkerType constant.
|
static |
Composite MarkerType constant.
|
static |
Composite MarkerType constant.
|
static |
MarkerType constant.
|
static |
MarkerType constant.
|
static |
MarkerType constant.
|
static |
MarkerType constant.
|
static |
MarkerType constant.
|
static |
MarkerType constant.
|
static |
MarkerType constant.
|
static |
MarkerType constant.