Uses of Interface
de.gsi.chart.axes.Axis
-
Packages that use Axis Package Description de.gsi.chart de.gsi.chart.axes.spi de.gsi.chart.axes.spi.format de.gsi.chart.axes.spi.transforms de.gsi.chart.plugins de.gsi.chart.renderer de.gsi.chart.renderer.spi -
-
Uses of Axis in de.gsi.chart
Fields in de.gsi.chart with type parameters of type Axis Modifier and Type Field Description protected javafx.collections.ListChangeListener<Axis>Chart. axesChangeListenerprotected javafx.collections.ListChangeListener<Axis>Chart. axesChangeListenerLocalprotected javafx.collections.ObservableList<Axis>Chart. axesListMethods in de.gsi.chart that return Axis Modifier and Type Method Description AxisChart. getFirstAxis(javafx.geometry.Orientation orientation)AxisXYChart. getXAxis()Returns the x axis.AxisXYChart. getYAxis()Returns the y axis.Methods in de.gsi.chart that return types with arguments of type Axis Modifier and Type Method Description javafx.collections.ObservableList<Axis>Chart. getAxes()Methods in de.gsi.chart with parameters of type Axis Modifier and Type Method Description protected java.util.List<de.gsi.dataset.DataSet>XYChart. getDataSetForAxis(Axis axis)booleanChart. removeFromAllAxesPanes(Axis node)protected voidXYChart. updateNumericAxis(Axis axis, java.util.List<de.gsi.dataset.DataSet> dataSets)Method parameters in de.gsi.chart with type arguments of type Axis Modifier and Type Method Description protected abstract voidChart. axesChanged(javafx.collections.ListChangeListener.Change<? extends Axis> change)add Chart specific axis handling (ie.protected voidXYChart. axesChanged(javafx.collections.ListChangeListener.Change<? extends Axis> change)add XYChart specific axis handling (ie.protected voidChart. axesChangedLocal(javafx.collections.ListChangeListener.Change<? extends Axis> change)add Chart specific axis handling (ie.Constructors in de.gsi.chart with parameters of type Axis Constructor Description XYChart(Axis xAxis, Axis yAxis)Construct a new XYChart with the given axes. -
Uses of Axis in de.gsi.chart.axes.spi
Classes in de.gsi.chart.axes.spi that implement Axis Modifier and Type Class Description classAbstractAxisclassAbstractAxisParameterClass containing the properties, getters and setters for the AbstractNumericAxis classclassCategoryAxisA axis implementation that will works on string categories where each value as a unique category(tick mark) along the axis.classDefaultNumericAxisA axis class that plots a range of numbers with major tick marks every "tickUnit".classLinearAxisclassLogarithmicAxisclassNumericAxisA axis class that plots a range of numbers with major tick marks every "tickUnit".Methods in de.gsi.chart.axes.spi that return Axis Modifier and Type Method Description static AxisAxes. toNumericAxis(Axis axis)Casts given axis toAxis.Methods in de.gsi.chart.axes.spi with parameters of type Axis Modifier and Type Method Description static booleanAxes. hasBoundedRange(Axis axis)Indicates if the given axislowerand/orupperbound propertyis bound.static booleanAxes. isCategoryAxis(Axis axis)Returnstrueif given axis is an instance ofCategoryAxis.static booleanAxes. isNumericAxis(Axis axis)Returnstrueif given axis is an instance ofValueAxis.static AxisAxes. toNumericAxis(Axis axis)Casts given axis toAxis. -
Uses of Axis in de.gsi.chart.axes.spi.format
Constructors in de.gsi.chart.axes.spi.format with parameters of type Axis Constructor Description AbstractFormatter(Axis axis)Construct a DefaultFormatter for the given NumberAxisDefaultFormatter(Axis axis)Construct a DefaultFormatter for the given NumberAxisDefaultFormatter(Axis axis, java.lang.String prefix, java.lang.String suffix)Construct a DefaultFormatter for the given NumberAxis with a prefix and/or suffix.DefaultLogFormatter(Axis axis)Construct a DefaultFormatter for the given NumberAxisDefaultTimeFormatter(Axis axis)Construct a DefaultFormatter for the given NumberAxisSimpleFormatter(Axis axis)Construct a DefaultFormatter for the given NumberAxisSimpleFormatter(Axis axis, java.lang.String prefix, java.lang.String suffix)Construct a DefaultFormatter for the given NumberAxis with a prefix and/or suffix. -
Uses of Axis in de.gsi.chart.axes.spi.transforms
Fields in de.gsi.chart.axes.spi.transforms declared as Axis Modifier and Type Field Description protected AxisAbstractAxisTransform. axisConstructors in de.gsi.chart.axes.spi.transforms with parameters of type Axis Constructor Description AbstractAxisTransform(Axis axis)DefaultAxisTransform(Axis axis)LogarithmicAxisTransform(Axis axis)LogarithmicTimeAxisTransform(Axis axis) -
Uses of Axis in de.gsi.chart.plugins
Methods in de.gsi.chart.plugins that return Axis Modifier and Type Method Description protected AxisAbstractValueIndicator. getNumericAxis()Returns the ValueAxis that this indicator is associated with.Methods in de.gsi.chart.plugins with parameters of type Axis Modifier and Type Method Description protected voidEditDataSet. findDataPoint(Axis xAxis, Axis yAxis, java.util.List<de.gsi.dataset.DataSet> dataSets)protected de.gsi.dataset.spi.utils.Tuple<java.lang.Number,java.lang.Number>ChartPlugin. toDataPoint(Axis yAxis, javafx.geometry.Point2D displayPoint)Converts given display point within the plot area coordinates to the corresponding data point within data coordinates.protected javafx.geometry.Point2DChartPlugin. toDisplayPoint(Axis yAxis, double x, double y)Converts given point in data coordinates to a point in display coordinates.Constructors in de.gsi.chart.plugins with parameters of type Axis Constructor Description AbstractRangeValueIndicator(Axis axis, double lowerBound, double upperBound, java.lang.String text)Creates a new instance of the indicator.AbstractSingleValueIndicator(Axis axis, double value, java.lang.String text)Creates a new instance of AbstractSingleValueIndicator.AbstractValueIndicator(Axis axis, java.lang.String text)Creates a new instance of the indicator.XRangeIndicator(Axis axis, double lowerBound, double upperBound)Creates a new instance of the indicator.XRangeIndicator(Axis axis, double lowerBound, double upperBound, java.lang.String text)Creates a new instance of the indicator.XValueIndicator(Axis axis, double value)Creates a new instance of the indicator.XValueIndicator(Axis axis, double value, java.lang.String text)Creates a new instance of the indicator.YRangeIndicator(Axis axis, double lowerBound, double upperBound)Creates a new instance that indicates given Y range of the specified Y axis.YRangeIndicator(Axis axis, double lowerBound, double upperBound, java.lang.String text)Creates a new instance that indicates given Y range.YValueIndicator(Axis axis, double value)Creates a new instance indicating given Y value belonging to the specifiedyAxis.YValueIndicator(Axis axis, double value, java.lang.String text)Creates a new instance indicating given Y value belonging to the specifiedyAxis, with the specifiedlabel. -
Uses of Axis in de.gsi.chart.renderer
Methods in de.gsi.chart.renderer that return types with arguments of type Axis Modifier and Type Method Description javafx.collections.ObservableList<Axis>Renderer. getAxes() -
Uses of Axis in de.gsi.chart.renderer.spi
Fields in de.gsi.chart.renderer.spi with type parameters of type Axis Modifier and Type Field Description protected javafx.collections.ObservableList<Axis>GridRenderer. axesListMethods in de.gsi.chart.renderer.spi that return Axis Modifier and Type Method Description AxisAbstractDataSetManagement. getFirstAxis(javafx.geometry.Orientation orientation)AxisContourDataSetRenderer. getZAxis()Methods in de.gsi.chart.renderer.spi that return types with arguments of type Axis Modifier and Type Method Description javafx.collections.ObservableList<Axis>AbstractDataSetManagement. getAxes()javafx.collections.ObservableList<Axis>GridRenderer. getAxes()javafx.collections.ObservableList<Axis>MetaDataRenderer. getAxes()Methods in de.gsi.chart.renderer.spi with parameters of type Axis Modifier and Type Method Description protected voidContourDataSetRenderer. layoutZAxis(Axis zAxis, de.gsi.chart.renderer.spi.ContourDataSetRenderer.Cache lCache)Method parameters in de.gsi.chart.renderer.spi with type arguments of type Axis Modifier and Type Method Description protected voidHistoryDataSetRenderer. axisChanged(javafx.collections.ListChangeListener.Change<? extends Axis> change)
-