Uses of Class
org.jfree.chart.axis.NumberAxis
Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of NumberAxis in org.jfree.chart.axis
Subclasses of NumberAxis in org.jfree.chart.axis Modifier and Type Class Description class
CyclicNumberAxis
This class extends NumberAxis and handles cycling.class
LogarithmicAxis
A numerical axis that uses a logarithmic scale.class
NumberAxis3D
A standard linear value axis, for values displayed vertically.class
SymbolicAxis
A standard linear value axis, for SYMBOLIC values.Constructors in org.jfree.chart.axis with parameters of type NumberAxis Constructor Description MarkerAxisBand(NumberAxis axis, double topOuterGap, double topInnerGap, double bottomOuterGap, double bottomInnerGap, Font font)
Constructs a new axis band.