java.lang.Object | |
↳ | org.jfree.chart.axis.TickUnits |
A collection of tick units, used by the DateAxis
and
NumberAxis
classes.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new collection of tick units.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a tick unit to the collection.
| |||||||||||
Returns a clone of the collection.
| |||||||||||
Tests an object for equality with this instance.
| |||||||||||
Returns the tickunit on the given position.
| |||||||||||
Returns the tick unit in the collection that is greater than or equal
to the specified size.
| |||||||||||
Returns the tick unit in the collection that is greater than or equal
to (in size) the specified unit.
| |||||||||||
Returns a tick unit that is larger than the supplied unit.
| |||||||||||
Returns the number of tick units in this collection.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Constructs a new collection of tick units.
Adds a tick unit to the collection. The tick units are maintained in ascending order.
unit | the tick unit to add (null not permitted).
|
---|
Returns a clone of the collection.
CloneNotSupportedException | if an item in the collection does not support cloning. |
---|
Tests an object for equality with this instance.
obj | the object to test (null permitted). |
---|
Returns the tickunit on the given position.
This method is required for the XML writer.
pos | the position in the list. |
---|
Returns the tick unit in the collection that is greater than or equal to the specified size.
size | the size. |
---|
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.
unit | the unit. |
---|
Returns a tick unit that is larger than the supplied unit.
unit | the unit. |
---|
Returns the number of tick units in this collection.
This method is required for the XML writer.