Uses of Interface
de.gsi.chart.axes.TickUnitSupplier
-
Packages that use TickUnitSupplier Package Description de.gsi.chart.axes de.gsi.chart.axes.spi de.gsi.chart.axes.spi.format -
-
Uses of TickUnitSupplier in de.gsi.chart.axes
Methods in de.gsi.chart.axes that return TickUnitSupplier Modifier and Type Method Description TickUnitSupplierAxisLabelFormatter. getTickUnitSupplier()Returns the value of theAxisLabelFormatter.tickUnitSupplierProperty().Methods in de.gsi.chart.axes that return types with arguments of type TickUnitSupplier Modifier and Type Method Description javafx.beans.property.ObjectProperty<TickUnitSupplier>AxisLabelFormatter. tickUnitSupplierProperty()Strategy to compute major tick unit when auto-range is on or when axis bounds change.Methods in de.gsi.chart.axes with parameters of type TickUnitSupplier Modifier and Type Method Description voidAxisLabelFormatter. setTickUnitSupplier(TickUnitSupplier supplier)Sets the value of theAxisLabelFormatter.tickUnitSupplierProperty(). -
Uses of TickUnitSupplier in de.gsi.chart.axes.spi
Methods in de.gsi.chart.axes.spi that return TickUnitSupplier Modifier and Type Method Description TickUnitSupplierLinearAxis. getTickUnitSupplier()Returns the value of theLinearAxis.tickUnitSupplierProperty().TickUnitSupplierLogarithmicAxis. getTickUnitSupplier()Returns the value of theLogarithmicAxis.tickUnitSupplierProperty().TickUnitSupplierNumericAxis. getTickUnitSupplier()Returns the value of theNumericAxis.tickUnitSupplierProperty().TickUnitSupplierOscilloscopeAxis. getTickUnitSupplier()Methods in de.gsi.chart.axes.spi that return types with arguments of type TickUnitSupplier Modifier and Type Method Description javafx.beans.property.ObjectProperty<TickUnitSupplier>LinearAxis. tickUnitSupplierProperty()Strategy to compute major tick unit when auto-range is on or when axis bounds change.javafx.beans.property.ObjectProperty<TickUnitSupplier>LogarithmicAxis. tickUnitSupplierProperty()Strategy to compute major tick unit when auto-range is on or when axis bounds change.javafx.beans.property.ObjectProperty<TickUnitSupplier>NumericAxis. tickUnitSupplierProperty()Strategy to compute major tick unit when auto-range is on or when axis bounds change.Methods in de.gsi.chart.axes.spi with parameters of type TickUnitSupplier Modifier and Type Method Description voidLinearAxis. setTickUnitSupplier(TickUnitSupplier supplier)Sets the value of theLinearAxis.tickUnitSupplierProperty().voidLogarithmicAxis. setTickUnitSupplier(TickUnitSupplier supplier)Sets the value of theLogarithmicAxis.tickUnitSupplierProperty().voidNumericAxis. setTickUnitSupplier(TickUnitSupplier supplier)Sets the value of theNumericAxis.tickUnitSupplierProperty().voidOscilloscopeAxis. setTickUnitSupplier(TickUnitSupplier tickUnitSupplier) -
Uses of TickUnitSupplier in de.gsi.chart.axes.spi.format
Classes in de.gsi.chart.axes.spi.format that implement TickUnitSupplier Modifier and Type Class Description classDefaultTickUnitSupplierTickUnitSupplier that computes tick units as multiplications of powers of 10.classDefaultTimeTickUnitSupplierMethods in de.gsi.chart.axes.spi.format that return TickUnitSupplier Modifier and Type Method Description TickUnitSupplierAbstractFormatter. getTickUnitSupplier()Returns the value of theAbstractFormatter.tickUnitSupplierProperty().Methods in de.gsi.chart.axes.spi.format that return types with arguments of type TickUnitSupplier Modifier and Type Method Description javafx.beans.property.ObjectProperty<TickUnitSupplier>AbstractFormatter. tickUnitSupplierProperty()Strategy to compute major tick unit when auto-range is on or when axis bounds change.Methods in de.gsi.chart.axes.spi.format with parameters of type TickUnitSupplier Modifier and Type Method Description voidAbstractFormatter. setTickUnitSupplier(TickUnitSupplier supplier)Sets the value of theAbstractFormatter.tickUnitSupplierProperty().
-