|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TickUnit | |
org.jfree.chart.axis | Axis classes and interfaces. |
Uses of TickUnit in org.jfree.chart.axis |
Subclasses of TickUnit in org.jfree.chart.axis | |
class |
DateTickUnit
A tick unit for use by subclasses of DateAxis . |
class |
NumberTickUnit
A numerical tick unit. |
Methods in org.jfree.chart.axis that return TickUnit | |
TickUnit |
StandardTickUnitSource.getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit. |
TickUnit |
StandardTickUnitSource.getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit. |
TickUnit |
StandardTickUnitSource.getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal to the specified size. |
TickUnit |
TickUnitSource.getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit. |
TickUnit |
TickUnitSource.getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit. |
TickUnit |
TickUnitSource.getCeilingTickUnit(double size)
Returns the tick unit in the collection that is greater than or equal to the specified size. |
TickUnit |
TickUnits.get(int pos)
Returns the tickunit on the given position. |
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 org.jfree.chart.axis with parameters of type TickUnit | |
protected double |
NumberAxis.estimateMaximumTickLabelWidth(java.awt.Graphics2D g2,
TickUnit unit)
Estimates the maximum width of the tick labels, assuming the specified tick unit is used. |
TickUnit |
StandardTickUnitSource.getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit. |
TickUnit |
StandardTickUnitSource.getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit. |
TickUnit |
TickUnitSource.getLargerTickUnit(TickUnit unit)
Returns a tick unit that is larger than the supplied unit. |
TickUnit |
TickUnitSource.getCeilingTickUnit(TickUnit unit)
Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit. |
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 |