org.jfree.chart.axis.TickUnitSource |
![]() |
An interface used by the DateAxis
and NumberAxis
classes to
obtain a suitable TickUnit
.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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 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. |
---|