GLG Toolkit, Java Class Library  Version 4.5
GlgElementDrawType

Controls existence and drawn order of the angular axis elements. More...

Detailed Description

Controls existence and drawn order of the angular axis elements.

Constants

static final int GLG_DONT_CREATE = -1
 Don't create, destroy if have been created. More...
 
static final int GLG_DONT_DRAW = 0
 Don't draw, keep if have been created to preserve attribute values. More...
 
static final int GLG_IN_BACKGROUND = 1
 Draw in the background, create if doesn't exist. More...
 
static final int GLG_IN_FOREGROUND = 2
 Draw in the foreground, create if doesn't exist. More...
 

Variable Documentation

◆ GLG_DONT_CREATE

final int GLG_DONT_CREATE = -1
static

Don't create, destroy if have been created.

◆ GLG_DONT_DRAW

final int GLG_DONT_DRAW = 0
static

Don't draw, keep if have been created to preserve attribute values.

◆ GLG_IN_BACKGROUND

final int GLG_IN_BACKGROUND = 1
static

Draw in the background, create if doesn't exist.

◆ GLG_IN_FOREGROUND

final int GLG_IN_FOREGROUND = 2
static

Draw in the foreground, create if doesn't exist.