Uses of Class
de.gsi.chart.axes.AxisMode
-
Packages that use AxisMode Package Description de.gsi.chart.axes de.gsi.chart.plugins de.gsi.chart.plugins.measurements -
-
Uses of AxisMode in de.gsi.chart.axes
Methods in de.gsi.chart.axes that return AxisMode Modifier and Type Method Description static AxisModeAxisMode. valueOf(java.lang.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. -
Uses of AxisMode in de.gsi.chart.plugins
Methods in de.gsi.chart.plugins that return AxisMode Modifier and Type Method Description AxisModeEditAxis. getAxisMode()Returns the value of theEditAxis.axisModeProperty().AxisModePanner. getAxisMode()Returns the value of thePanner.axisModeProperty().AxisModeZoomer. getAxisMode()Returns the value of theZoomer.axisModeProperty().Methods in de.gsi.chart.plugins that return types with arguments of type AxisMode Modifier and Type Method Description javafx.beans.property.ObjectProperty<AxisMode>EditAxis. axisModeProperty()The mode defining axis along which the zoom can be performed.javafx.beans.property.ObjectProperty<AxisMode>Panner. axisModeProperty()The mode defining axis along which the pan operation is allowed.javafx.beans.property.ObjectProperty<AxisMode>Zoomer. axisModeProperty()The mode defining axis along which the zoom can be performed.Methods in de.gsi.chart.plugins with parameters of type AxisMode Modifier and Type Method Description voidEditAxis. setAxisMode(AxisMode mode)Sets the value of theEditAxis.axisModeProperty().voidPanner. setAxisMode(AxisMode mode)Sets the value of thePanner.axisModeProperty().voidZoomer. setAxisMode(AxisMode mode)Sets the value of theZoomer.axisModeProperty().Constructors in de.gsi.chart.plugins with parameters of type AxisMode Constructor Description EditAxis(AxisMode editMode)Creates a new instance of EditAxis with animation disabledEditAxis(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. -
Uses of AxisMode in de.gsi.chart.plugins.measurements
Fields in de.gsi.chart.plugins.measurements declared as AxisMode Modifier and Type Field Description protected AxisModeValueIndicator. axisModeConstructors in de.gsi.chart.plugins.measurements with parameters of type AxisMode Constructor Description ValueIndicator(XYChart chart, AxisMode axisMode)
-