GLG Toolkit, Java Class Library  Version 4.5
GlgAxisOutlineType

Axis outline type constants. More...

Detailed Description

Axis outline type constants.

Constants

static final int AXIS_LINE = 1
 Draws the axis line. More...
 
static final int BOX_ALL = ( 1 | 2 | 4 | 8 )
 Draws filled box around minor and major ticks. More...
 
static final int BOX_MAJOR = ( 1 | 2 | 8 )
 Draws filled box around major ticks. More...
 
static final int BOX_MINOR = ( 1 | 2 | 4 )
 Draws filled box around minor ticks. More...
 
static final int LINES_ALL = ( 1 | 4 | 8 )
 Draws lines around minor and major ticks. More...
 
static final int LINES_MAJOR = ( 1 | 8 )
 Draws lines around major ticks. More...
 
static final int LINES_MINOR = ( 1 | 4 )
 Draws lines around minor ticks. More...
 
static final int NO_OUTLINE = 0
 Draws no outline. More...
 

Variable Documentation

◆ AXIS_LINE

final int AXIS_LINE = 1
static

Draws the 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

final int NO_OUTLINE = 0
static

Draws no outline.