GLG Toolkit, Java Class Library  Version 4.5
GlgAxisOutlineFlags

Binary flags used to form GlgAxisOutlineType elements by combining them via bitwise OR. More...

Detailed Description

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...
 

Variable Documentation

◆ AXIS_ELEM

final int AXIS_ELEM = 1
static

Draws axis line.

◆ BOX_ELEM

final int BOX_ELEM = 2
static

Draw the outline's background.

◆ MAJOR_ELEM

final int MAJOR_ELEM = 8
static

Draws an outline around major ticks.

◆ MINOR_ELEM

final int MINOR_ELEM = 4
static

Draws an outline around minor ticks.