Uses of Class
org.jfree.chart.editor.DefaultAxisEditor
-
Packages that use DefaultAxisEditor Package Description org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
Uses of DefaultAxisEditor in org.jfree.chart.editor
Subclasses of DefaultAxisEditor in org.jfree.chart.editor Modifier and Type Class Description class
DefaultLogAxisEditor
A panel for editing properties of aLogAxis
.(package private) class
DefaultNumberAxisEditor
A panel for editing the properties of a value axis.(package private) class
DefaultValueAxisEditor
A panel for editing properties of aValueAxis
.Fields in org.jfree.chart.editor declared as DefaultAxisEditor Modifier and Type Field Description private DefaultAxisEditor
DefaultPlotEditor. domainAxisPropertyPanel
A panel used to display/edit the properties of the domain axis (if any).private DefaultAxisEditor
DefaultPlotEditor. rangeAxisPropertyPanel
A panel used to display/edit the properties of the range axis (if any).Methods in org.jfree.chart.editor that return DefaultAxisEditor Modifier and Type Method 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.
-