Uses of Interface
org.jfree.chart3d.axis.TickSelector
Packages that use TickSelector
Package
Description
-
Uses of TickSelector in org.jfree.chart3d.axis
Classes in org.jfree.chart3d.axis that implement TickSelectorModifier and TypeClassDescriptionclassATickSelectorimplementation that selects tick units in multiples of 1, 2 and 5 and only displays integer values.classATickSelectorimplementation that selects tick units in multiples of 1, 2 and 5.Methods in org.jfree.chart3d.axis that return TickSelectorModifier and TypeMethodDescriptionLogAxis3D.getTickSelector()Returns the tick selector for the axis.NumberAxis3D.getTickSelector()Returns the tick selector, an object that is responsible for choosing standard tick units for the axis.Methods in org.jfree.chart3d.axis with parameters of type TickSelectorModifier and TypeMethodDescriptionvoidLogAxis3D.setTickSelector(TickSelector selector) Sets the tick selector and sends anAxis3DChangeEventto all registered listeners.voidNumberAxis3D.setTickSelector(TickSelector selector) Sets the tick selector and sends anAxis3DChangeEventto all registered listeners.