|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TickUnit | |
com.jrefinery.chart | The main classes in the JFreeChart class library. |
Uses of TickUnit in com.jrefinery.chart |
Subclasses of TickUnit in com.jrefinery.chart | |
class |
DateTickUnit
Represents a tick unit for a date axis. |
class |
NumberTickUnit
A numerical tick unit. |
class |
SymbolicTickUnit
A symbolic tick unit. |
Methods in com.jrefinery.chart that return TickUnit | |
TickUnit |
TickUnits.getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit. |
TickUnit |
TickUnits.getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit. |
TickUnit |
TickUnits.getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal to the specified size. |
Methods in com.jrefinery.chart with parameters of type TickUnit | |
void |
TickUnits.add(TickUnit unit)
Adds a tick unit to the collection. |
TickUnit |
TickUnits.getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit. |
TickUnit |
TickUnits.getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |