Package | Description |
---|---|
org.jfree.chart.editor |
Modifier and Type | Class and Description |
---|---|
class |
DefaultLogAxisEditor
A panel for editing properties of a
LogAxis . |
(package private) class |
DefaultNumberAxisEditor
A panel for editing the properties of a value axis.
|
(package private) class |
DefaultValueAxisEditor
A panel for editing properties of a
ValueAxis . |
Modifier and Type | Method and Description |
---|---|
DefaultAxisEditor |
DefaultPlotEditor.getDomainAxisPropertyEditPanel()
Returns a reference to the panel for editing the properties of the
domain axis.
|
static DefaultAxisEditor |
DefaultAxisEditor.getInstance(Axis axis)
A static method that returns a panel that is appropriate for the axis
type.
|
DefaultAxisEditor |
DefaultPlotEditor.getRangeAxisPropertyEditPanel()
Returns a reference to the panel for editing the properties of the
range axis.
|