| Package | Description |
|---|---|
| com.orsoncharts.axis |
| Modifier and Type | Class and Description |
|---|---|
class |
IntegerTickSelector
A
TickSelector implementation that selects tick units in multiples
of 1, 2 and 5 and only displays integer values. |
class |
NumberTickSelector
A
TickSelector implementation that selects tick units in multiples
of 1, 2 and 5. |
| Modifier and Type | Method and Description |
|---|---|
TickSelector |
NumberAxis3D.getTickSelector()
Returns the tick selector, an object that is responsible for choosing
standard tick units for the axis.
|
TickSelector |
LogAxis3D.getTickSelector()
Returns the tick selector for the axis.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NumberAxis3D.setTickSelector(TickSelector selector)
Sets the tick selector and sends an
Axis3DChangeEvent to all
registered listeners. |
void |
LogAxis3D.setTickSelector(TickSelector selector)
Sets the tick selector and sends an
Axis3DChangeEvent to all
registered listeners. |