Uses of Class
org.jfree.chart.axis.NumberAxis
Packages that use NumberAxis
Package
Description
Axis classes and interfaces.
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.axisModifier and TypeClassDescriptionclass
This class extends NumberAxis and handles cycling.class
A numerical axis that uses a logarithmic scale.class
An axis that displays numerical values within a fixed range using a modulo calculation.class
A standard linear value axis that replaces integer values with symbols.Fields in org.jfree.chart.axis declared as NumberAxisModifier and TypeFieldDescriptionprivate NumberAxis
MarkerAxisBand.axis
The axis that the band belongs to.Constructors in org.jfree.chart.axis with parameters of type NumberAxisModifierConstructorDescriptionMarkerAxisBand
(NumberAxis axis, double topOuterGap, double topInnerGap, double bottomOuterGap, double bottomInnerGap, 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 NumberAxisModifierConstructorDescriptionStandard constructor: builds a property panel for the specified axis.