Axis outline type constants.
More...
Axis outline type constants.
◆ AXIS_LINE
◆ BOX_ALL
final int BOX_ALL = ( 1 | 2 | 4 | 8 ) |
|
static |
Draws filled box around minor and major ticks.
◆ BOX_MAJOR
final int BOX_MAJOR = ( 1 | 2 | 8 ) |
|
static |
Draws filled box around major ticks.
◆ BOX_MINOR
final int BOX_MINOR = ( 1 | 2 | 4 ) |
|
static |
Draws filled box around minor ticks.
◆ LINES_ALL
final int LINES_ALL = ( 1 | 4 | 8 ) |
|
static |
Draws lines around minor and major ticks.
◆ LINES_MAJOR
final int LINES_MAJOR = ( 1 | 8 ) |
|
static |
Draws lines around major ticks.
◆ LINES_MINOR
final int LINES_MINOR = ( 1 | 4 ) |
|
static |
Draws lines around minor ticks.
◆ NO_OUTLINE