Uses of Class
org.jfree.chart.axis.NumberAxis
-
Packages that use NumberAxis Package Description org.jfree.chart.axis Axis classes and interfaces.org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
Uses of NumberAxis in org.jfree.chart.axis
Subclasses of NumberAxis in org.jfree.chart.axis Modifier and Type Class Description classCyclicNumberAxisThis class extends NumberAxis and handles cycling.classLogarithmicAxisA numerical axis that uses a logarithmic scale.classModuloAxisAn axis that displays numerical values within a fixed range using a modulo calculation.classSymbolAxisA standard linear value axis that replaces integer values with symbols.Fields in org.jfree.chart.axis declared as NumberAxis Modifier and Type Field Description private NumberAxisMarkerAxisBand. axisThe axis that the band belongs to.Constructors in org.jfree.chart.axis with parameters of type NumberAxis Constructor Description MarkerAxisBand(NumberAxis axis, double topOuterGap, double topInnerGap, double bottomOuterGap, double bottomInnerGap, java.awt.Font font)Constructs a new axis band. -
Uses of NumberAxis in org.jfree.chart.editor
Constructors in org.jfree.chart.editor with parameters of type NumberAxis Constructor Description DefaultNumberAxisEditor(NumberAxis axis)Standard constructor: builds a property panel for the specified axis.
-