Uses of Class
org.jfree.chart.axis.TickUnit

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 TickUnits.get(int pos)
          Returns the tickunit on the given position.
 TickUnit TickUnits.getCeilingTickUnit(double size)
          Returns the tick unit in the collection that is greater than or equal to the specified size.
 TickUnit TickUnitSource.getCeilingTickUnit(double size)
          Returns the tick unit in the collection that is greater than or equal to the specified size.
 TickUnit StandardTickUnitSource.getCeilingTickUnit(double size)
          Returns the tick unit in the collection that is greater than or equal to the specified size.
 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 TickUnitSource.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(TickUnit unit)
          Returns the tick unit in the collection that is greater than or equal to (in size) the specified unit.
 TickUnit TickUnits.getLargerTickUnit(TickUnit unit)
          Returns a tick unit that is larger than the supplied unit.
 TickUnit TickUnitSource.getLargerTickUnit(TickUnit unit)
          Returns a tick unit that is larger than the supplied unit.
 TickUnit StandardTickUnitSource.getLargerTickUnit(TickUnit unit)
          Returns a tick unit that is larger than the supplied unit.
 

Methods in org.jfree.chart.axis with parameters of type TickUnit
 void TickUnits.add(TickUnit unit)
          Adds a tick unit to the collection.
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 TickUnits.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(TickUnit unit)
          Returns the tick unit in the collection that is greater than or equal to (in size) the specified 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 TickUnits.getLargerTickUnit(TickUnit unit)
          Returns a tick unit that is larger than the supplied unit.
 TickUnit TickUnitSource.getLargerTickUnit(TickUnit unit)
          Returns a tick unit that is larger than the supplied unit.
 TickUnit StandardTickUnitSource.getLargerTickUnit(TickUnit unit)
          Returns a tick unit that is larger than the supplied unit.