| Package | Description |
|---|---|
| org.jfree.chart.axis | |
| org.jfree.chart.editor |
| Modifier and Type | Class and Description |
|---|---|
class |
SymbolAxis
A standard linear value axis that replaces integer values with symbols.
|
| Constructor and Description |
|---|
MarkerAxisBand(NumberAxis axis,
double topOuterGap,
double topInnerGap,
double bottomOuterGap,
double bottomInnerGap,
java.awt.Font font)
Constructs a new axis band.
|
| Constructor and Description |
|---|
DefaultNumberAxisEditor(NumberAxis axis)
Standard constructor: builds a property panel for the specified axis.
|