GLG Toolkit, Java Class Library
Version 4.5
|
Specifies axis type. More...
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... | |
|
static |
Ruler variant of the CENTER_INDEX_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.
|
static |
Axis type for scrolling sample indices centered in the middle of a sample's slot.
|
static |
Axis type: Ruler with labels centered in the middle of the unit slot.
|
static |
Axis type for a scrolling ruler with labels centered in the middle of the unit slot.
|
static |
Ruler variant of the INDEX_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.
|
static |
Axis type for scrolling sample indices.
|
static |
Sweep version of the INDEX_SCROLL_AXIS.
|
static |
Ruler variant of the LOCAL_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.
|
static |
Axis type: local time scrolling axis.
|
static |
Axis type: local time sweep axis.
|
static |
Relative version of the INDEX_SWEEP_AXIS, shows a constant interval of indices.
|
static |
Ruler variant of the REL_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.
|
static |
Axis type: relative time scrolling axis.
|
static |
Axis type: relative time sweep axis, shows a constant time interval.
|
static |
Axis type: ruler based on pixels or other units.
|
static |
Axis type for a scrolling ruler.
|
static |
Ruler variant of the UTC_TIME_SCROLL_AXIS axis type that keeps a constant pixel per unit ratio.
|
static |
Axis type: UTC time scrolling axis.
|
static |
Axis type: UTC time sweep axis.
|
static |
Axis type: value axis and XY plot.
|
static |
Axis type for scrolling values other than time.