Header
And More


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

Packages that use TickUnit
org.jfree.chart.axis Axis classes and interfaces. 
org.jfree.chart.plot Plot classes and related 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 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(double size)
          Returns the tick unit in the collection that is greater than or equal to the specified size.
 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.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 StandardTickUnitSource.getLargerTickUnit(TickUnit unit)
          Returns a tick unit that is larger than the supplied unit.
 TickUnit TickUnits.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 LogAxis.estimateMaximumTickLabelWidth(java.awt.Graphics2D g2, TickUnit unit)
          Estimates the maximum width of the tick labels, assuming the specified tick unit is used.
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 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.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 StandardTickUnitSource.getLargerTickUnit(TickUnit unit)
          Returns a tick unit that is larger than the supplied unit.
 TickUnit TickUnits.getLargerTickUnit(TickUnit unit)
          Returns a tick unit that is larger than the supplied unit.
 

Uses of TickUnit in org.jfree.chart.plot
 

Methods in org.jfree.chart.plot that return TickUnit
 TickUnit PolarPlot.getAngleTickUnit()
          Returns the tick unit that controls the spacing of the angular grid lines.
 

Methods in org.jfree.chart.plot with parameters of type TickUnit
 void PolarPlot.setAngleTickUnit(TickUnit unit)
          Sets the tick unit that controls the spacing of the angular grid lines, and sends a PlotChangeEvent to all registered listeners.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.