Uses of Interface
de.gsi.chart.axes.Axis
-
-
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 static 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 Chart(Axis... axes)Creates a new default Chart instance.XYChart(Axis... axes)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.classColorGradientAxisAn Axis with a color gradient e.g.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".classOscilloscopeAxisImplements an Oscilloscope-like axis with a default of 10 divisions (tick marks) and fixed zero (or offset) screen position -
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 AxisAbstractValueIndicator. getAxis()Returns the Axis that this indicator is associated with.AxisValueIndicator. getAxis()returns the Axis that this indicator is associated with.Methods in de.gsi.chart.plugins that return types with arguments of type Axis Modifier and Type Method Description javafx.collections.ObservableList<Axis>Zoomer. omitAxisZoomList()ObservableDeque<java.util.Map<Axis,Zoomer.ZoomState>>Zoomer. zoomStackDeque()Methods in de.gsi.chart.plugins with parameters of type Axis Modifier and Type Method Description protected voidEditAxis.AxisEditor. changeAxisRange(Axis axis, boolean isIncrease)voidZoomer. clear(Axis axis)Clears the stack of zoom states saved during zoom-in operations for a specific given axis.protected voidEditDataSet. findDataPoint(Axis xAxis, Axis yAxis, java.util.List<de.gsi.dataset.DataSet> dataSets)protected static booleanZoomer. hasBoundedRange(Axis axis)static booleanZoomer. isOmitZoom(Axis axis)static voidZoomer. setOmitZoom(Axis axis, boolean state)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.plugins.measurements
Methods in de.gsi.chart.plugins.measurements that return Axis Modifier and Type Method Description protected static AxisAbstractChartMeasurement. getFirstAxisForDataSet(Chart chart, de.gsi.dataset.DataSet dataSet, boolean isHorizontal) -
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. axesListprotected javafx.collections.ObservableList<Axis>MetaDataRenderer. axesListMethods in de.gsi.chart.renderer.spi that return Axis Modifier and Type Method Description AxisAbstractDataSetManagement. getFirstAxis(javafx.geometry.Orientation orientation)protected AxisAbstractDataSetManagement. getFirstAxis(javafx.geometry.Orientation orientation, XYChart fallback)Returns the first axis for a specific orientation and falls back to the first axis of the chart if no such axis exists.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 voidGridRenderer. drawHorizontalMajorGridLines(javafx.scene.canvas.GraphicsContext gc, Axis yAxis, double xAxisWidthSnapped, double yAxisHeight)protected voidGridRenderer. drawHorizontalMinorGridLines(javafx.scene.canvas.GraphicsContext gc, Axis yAxis, double xAxisWidthSnapped, double yAxisHeight)protected voidGridRenderer. drawPolarCircle(javafx.scene.canvas.GraphicsContext gc, Axis yAxis, double yRange, double xCentre, double yCentre, double maxRadius)protected voidGridRenderer. drawVerticalMajorGridLines(javafx.scene.canvas.GraphicsContext gc, Axis xAxis, double xAxisWidth, double yAxisHeightSnapped)protected voidGridRenderer. drawVerticalMinorGridLines(javafx.scene.canvas.GraphicsContext gc, Axis xAxis, double xAxisWidth, double yAxisHeightSnapped)protected voidContourDataSetRenderer. layoutZAxis(Axis localZAxis)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) -
Uses of Axis in de.gsi.chart.utils
Methods in de.gsi.chart.utils with parameters of type Axis Modifier and Type Method Description voidAxisSynchronizer. add(Axis axis)voidAxisSynchronizer. remove(Axis axis)
-