GLG Toolkit, Java Class Library  Version 4.5
GlgAxisType

Specifies axis type. More...

Detailed Description

Specifies axis type.

Constants

static final int CENTER_INDEX_RULER_SCROLL_AXIS = 13
 Ruler variant of the CENTER_INDEX_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More...
 
static final int CENTER_INDEX_SCROLL_AXIS = 6
 Axis type for scrolling sample indices centered in the middle of a sample's slot. More...
 
static final int CENTER_RULER_AXIS = 2
 Axis type: Ruler with labels centered in the middle of the unit slot. More...
 
static final int CENTER_RULER_SCROLL_AXIS = 9
 Axis type for a scrolling ruler with labels centered in the middle of the unit slot. More...
 
static final int INDEX_RULER_SCROLL_AXIS = 12
 Ruler variant of the INDEX_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More...
 
static final int INDEX_SCROLL_AXIS = 5
 Axis type for scrolling sample indices. More...
 
static final int INDEX_SWEEP_AXIS = 19
 Sweep version of the INDEX_SCROLL_AXIS. More...
 
static final int LOCAL_TIME_RULER_SCROLL_AXIS = 10
 Ruler variant of the LOCAL_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More...
 
static final int LOCAL_TIME_SCROLL_AXIS = 3
 Axis type: local time scrolling axis. More...
 
static final int LOCAL_TIME_SWEEP_AXIS = 16
 Axis type: local time sweep axis. More...
 
static final int REL_INDEX_SWEEP_AXIS = 20
 Relative version of the INDEX_SWEEP_AXIS, shows a constant interval of indices. More...
 
static final int REL_TIME_RULER_SCROLL_AXIS = 11
 Ruler variant of the REL_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More...
 
static final int REL_TIME_SCROLL_AXIS = 4
 Axis type: relative time scrolling axis. More...
 
static final int REL_TIME_SWEEP_AXIS = 18
 Axis type: relative time sweep axis, shows a constant time interval. More...
 
static final int RULER_AXIS = 1
 Axis type: ruler based on pixels or other units. More...
 
static final int RULER_SCROLL_AXIS = 8
 Axis type for a scrolling ruler. More...
 
static final int UTC_TIME_RULER_SCROLL_AXIS = 15
 Ruler variant of the UTC_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio. More...
 
static final int UTC_TIME_SCROLL_AXIS = 14
 Axis type: UTC time scrolling axis. More...
 
static final int UTC_TIME_SWEEP_AXIS = 17
 Axis type: UTC time sweep axis. More...
 
static final int VALUE_AXIS = 0
 Axis type: value axis and XY plot. More...
 
static final int VALUE_SCROLL_AXIS = 7
 Axis type for scrolling values other than time. More...
 

Variable Documentation

◆ CENTER_INDEX_RULER_SCROLL_AXIS

final int CENTER_INDEX_RULER_SCROLL_AXIS = 13
static

Ruler variant of the CENTER_INDEX_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.

◆ CENTER_INDEX_SCROLL_AXIS

final int CENTER_INDEX_SCROLL_AXIS = 6
static

Axis type for scrolling sample indices centered in the middle of a sample's slot.

◆ CENTER_RULER_AXIS

final int CENTER_RULER_AXIS = 2
static

Axis type: Ruler with labels centered in the middle of the unit slot.

◆ CENTER_RULER_SCROLL_AXIS

final int CENTER_RULER_SCROLL_AXIS = 9
static

Axis type for a scrolling ruler with labels centered in the middle of the unit slot.

◆ INDEX_RULER_SCROLL_AXIS

final int INDEX_RULER_SCROLL_AXIS = 12
static

Ruler variant of the INDEX_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.

◆ INDEX_SCROLL_AXIS

final int INDEX_SCROLL_AXIS = 5
static

Axis type for scrolling sample indices.

◆ INDEX_SWEEP_AXIS

final int INDEX_SWEEP_AXIS = 19
static

Sweep version of the INDEX_SCROLL_AXIS.

◆ LOCAL_TIME_RULER_SCROLL_AXIS

final int LOCAL_TIME_RULER_SCROLL_AXIS = 10
static

Ruler variant of the LOCAL_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.

◆ LOCAL_TIME_SCROLL_AXIS

final int LOCAL_TIME_SCROLL_AXIS = 3
static

Axis type: local time scrolling axis.

◆ LOCAL_TIME_SWEEP_AXIS

final int LOCAL_TIME_SWEEP_AXIS = 16
static

Axis type: local time sweep axis.

◆ REL_INDEX_SWEEP_AXIS

final int REL_INDEX_SWEEP_AXIS = 20
static

Relative version of the INDEX_SWEEP_AXIS, shows a constant interval of indices.

◆ REL_TIME_RULER_SCROLL_AXIS

final int REL_TIME_RULER_SCROLL_AXIS = 11
static

Ruler variant of the REL_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.

◆ REL_TIME_SCROLL_AXIS

final int REL_TIME_SCROLL_AXIS = 4
static

Axis type: relative time scrolling axis.

◆ REL_TIME_SWEEP_AXIS

final int REL_TIME_SWEEP_AXIS = 18
static

Axis type: relative time sweep axis, shows a constant time interval.

◆ RULER_AXIS

final int RULER_AXIS = 1
static

Axis type: ruler based on pixels or other units.

◆ RULER_SCROLL_AXIS

final int RULER_SCROLL_AXIS = 8
static

Axis type for a scrolling ruler.

◆ UTC_TIME_RULER_SCROLL_AXIS

final int UTC_TIME_RULER_SCROLL_AXIS = 15
static

Ruler variant of the UTC_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.

◆ UTC_TIME_SCROLL_AXIS

final int UTC_TIME_SCROLL_AXIS = 14
static

Axis type: UTC time scrolling axis.

◆ UTC_TIME_SWEEP_AXIS

final int UTC_TIME_SWEEP_AXIS = 17
static

Axis type: UTC time sweep axis.

◆ VALUE_AXIS

final int VALUE_AXIS = 0
static

Axis type: value axis and XY plot.

◆ VALUE_SCROLL_AXIS

final int VALUE_SCROLL_AXIS = 7
static

Axis type for scrolling values other than time.