Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
Modifier and Type | Field and Description |
---|---|
static NumberTickUnit |
NumberAxis.DEFAULT_TICK_UNIT
The default tick unit.
|
Modifier and Type | Method and Description |
---|---|
NumberTickUnit |
NumberAxis.getTickUnit()
Returns the tick unit for the axis.
|
NumberTickUnit |
LogAxis.getTickUnit()
Returns the current tick unit.
|
Modifier and Type | Method and Description |
---|---|
void |
NumberAxis.setTickUnit(NumberTickUnit unit)
Sets the tick unit for the axis and sends an
AxisChangeEvent to
all registered listeners. |
void |
LogAxis.setTickUnit(NumberTickUnit unit)
Sets the tick unit for the axis and sends an
AxisChangeEvent to
all registered listeners. |
void |
NumberAxis.setTickUnit(NumberTickUnit unit,
boolean notify,
boolean turnOffAutoSelect)
Sets the tick unit for the axis and, if requested, sends an
AxisChangeEvent to all registered listeners. |
void |
LogAxis.setTickUnit(NumberTickUnit unit,
boolean notify,
boolean turnOffAutoSelect)
Sets the tick unit for the axis and, if requested, sends an
AxisChangeEvent to all registered listeners. |