| java.lang.Object | ||
| ↳ | org.jfree.chart.axis.TickUnit | |
| ↳ | org.jfree.chart.axis.NumberTickUnit | |
A numerical tick unit.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new number tick unit.
| |||||||||||
Creates a new number tick unit.
| |||||||||||
Creates a new number tick unit.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Tests this formatter for equality with an arbitrary object.
| |||||||||||
Returns a hash code for this instance.
| |||||||||||
Returns a string representing this unit.
| |||||||||||
Converts a value to a string.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.jfree.chart.axis.TickUnit
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Creates a new number tick unit.
| size | the size of the tick unit. |
|---|
Creates a new number tick unit.
| size | the size of the tick unit. |
|---|---|
| formatter | a number formatter for the tick unit (null
not permitted).
|
Creates a new number tick unit.
| size | the size of the tick unit. |
|---|---|
| formatter | a number formatter for the tick unit (null
not permitted). |
| minorTickCount | the number of minor ticks. |
Tests this formatter for equality with an arbitrary object.
| obj | the object (null permitted). |
|---|
Returns a hash code for this instance.
Converts a value to a string.
| value | the value. |
|---|