Uses of Class
de.gsi.chart.axes.spi.TickMark
-
Packages that use TickMark Package Description de.gsi.chart.axes de.gsi.chart.axes.spi -
-
Uses of TickMark in de.gsi.chart.axes
Methods in de.gsi.chart.axes that return types with arguments of type TickMark Modifier and Type Method Description javafx.collections.ObservableList<TickMark>Axis. getMinorTickMarks()javafx.collections.ObservableList<TickMark>Axis. getTickMarks() -
Uses of TickMark in de.gsi.chart.axes.spi
Fields in de.gsi.chart.axes.spi with type parameters of type TickMark Modifier and Type Field Description protected javafx.collections.ObservableList<TickMark>AbstractAxisParameter. majorTickMarksprotected javafx.collections.ObservableList<TickMark>AbstractAxisParameter. minorTickMarksprotected java.util.WeakHashMap<java.lang.Double,TickMark>AbstractAxis. tickMarkDoubleCacheprotected java.util.WeakHashMap<java.lang.String,TickMark>AbstractAxis. tickMarkStringCacheMethods in de.gsi.chart.axes.spi that return TickMark Modifier and Type Method Description TickMarkAbstractAxis. getNewTickMark(double tickValue, double tickPosition, java.lang.String tickMarkLabel)Methods in de.gsi.chart.axes.spi that return types with arguments of type TickMark Modifier and Type Method Description protected java.util.List<TickMark>AbstractAxis. computeTickMarks(AxisRange range, boolean majorTickMark)javafx.collections.ObservableList<TickMark>AbstractAxisParameter. getMinorTickMarks()javafx.collections.ObservableList<TickMark>AbstractAxisParameter. getTickMarks()Methods in de.gsi.chart.axes.spi with parameters of type TickMark Modifier and Type Method Description protected static voidAbstractAxis. drawTickMarkLabel(javafx.scene.canvas.GraphicsContext gc, double x, double y, double scaleFont, TickMark tickMark)Method parameters in de.gsi.chart.axes.spi with type arguments of type TickMark Modifier and Type Method Description protected voidAbstractAxis. drawAxisLabel(javafx.scene.canvas.GraphicsContext gc, double axisWidth, double axisHeight, javafx.scene.text.Text axisName, javafx.collections.ObservableList<TickMark> tickMarks, double tickLength)protected voidAbstractAxis. drawTickLabels(javafx.scene.canvas.GraphicsContext gc, double axisWidth, double axisHeight, javafx.collections.ObservableList<TickMark> tickMarks, double tickLength)protected voidAbstractAxis. drawTickMarks(javafx.scene.canvas.GraphicsContext gc, double axisLength, double axisWidth, double axisHeight, javafx.collections.ObservableList<TickMark> tickMarks, double tickLength, javafx.scene.shape.Path tickStyle)protected static doubleAbstractAxis. getMaxTickLabelHeight(java.util.List<TickMark> tickMarks)protected static doubleAbstractAxis. getMaxTickLabelWidth(java.util.List<TickMark> tickMarks)
-