Header
And More


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

Packages that use NumberAxis
org.jfree.chart.axis Axis classes and interfaces. 
 

Uses of NumberAxis in org.jfree.chart.axis
 

Subclasses of NumberAxis in org.jfree.chart.axis
 class CyclicNumberAxis
          This class extends NumberAxis and handles cycling.
 class LogarithmicAxis
          A numerical axis that uses a logarithmic scale.
 class ModuloAxis
          An axis that displays numerical values within a fixed range using a modulo calculation.
 class NumberAxis3D
          A standard linear value axis with a 3D effect corresponding to the offset specified by some renderers.
 class SymbolAxis
          A standard linear value axis that replaces integer values with symbols.
 

Constructors in org.jfree.chart.axis with parameters of type NumberAxis
MarkerAxisBand(NumberAxis axis, double topOuterGap, double topInnerGap, double bottomOuterGap, double bottomInnerGap, java.awt.Font font)
          Constructs a new axis band.
 


Footer
And More


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