| Package | Description |
|---|---|
| de.gsi.chart.axes | |
| de.gsi.chart.plugins | |
| de.gsi.chart.plugins.measurements |
| Modifier and Type | Method and Description |
|---|---|
static AxisMode |
AxisMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AxisMode[] |
AxisMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AxisMode |
Zoomer.getAxisMode()
Returns the value of the
Zoomer.axisModeProperty(). |
AxisMode |
EditAxis.getAxisMode()
Returns the value of the
EditAxis.axisModeProperty(). |
AxisMode |
Panner.getAxisMode()
Returns the value of the
Panner.axisModeProperty(). |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<AxisMode> |
Zoomer.axisModeProperty()
The mode defining axis along which the zoom can be performed.
|
ObjectProperty<AxisMode> |
EditAxis.axisModeProperty()
The mode defining axis along which the zoom can be performed.
|
ObjectProperty<AxisMode> |
Panner.axisModeProperty()
The mode defining axis along which the pan operation is allowed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Zoomer.setAxisMode(AxisMode mode)
Sets the value of the
Zoomer.axisModeProperty(). |
void |
EditAxis.setAxisMode(AxisMode mode)
Sets the value of the
EditAxis.axisModeProperty(). |
void |
Panner.setAxisMode(AxisMode mode)
Sets the value of the
Panner.axisModeProperty(). |
| Constructor and Description |
|---|
EditAxis(AxisMode editMode)
Creates a new instance of EditAxis with animation disabled
|
EditAxis(AxisMode editMode,
boolean animated)
Creates a new instance of EditAxis.
|
Panner(AxisMode panMode)
Creates a new instance of Panner class.
|
Zoomer(AxisMode zoomMode)
Creates a new instance of Zoomer with animation disabled.
|
Zoomer(AxisMode zoomMode,
boolean animated)
Creates a new instance of Zoomer.
|
| Modifier and Type | Field and Description |
|---|---|
protected AxisMode |
ValueIndicator.axisMode |
| Constructor and Description |
|---|
ValueIndicator(XYChart chart,
AxisMode axisMode) |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.