GLG Toolkit, Java Class Library
Version 4.5
|
Binary flags used to form GlgAxisOutlineType elements by combining them via bitwise OR. More...
Binary flags used to form GlgAxisOutlineType elements by combining them via bitwise OR.
Constants | |
static final int | AXIS_ELEM = 1 |
Draws axis line. More... | |
static final int | BOX_ELEM = 2 |
Draw the outline's background. More... | |
static final int | MAJOR_ELEM = 8 |
Draws an outline around major ticks. More... | |
static final int | MINOR_ELEM = 4 |
Draws an outline around minor ticks. More... | |
|
static |
Draws axis line.
|
static |
Draw the outline's background.
|
static |
Draws an outline around major ticks.
|
static |
Draws an outline around minor ticks.