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 classDefaultLogAxisEditorA panel for editing properties of aLogAxis.(package private) classDefaultNumberAxisEditorA panel for editing the properties of a value axis.(package private) classDefaultValueAxisEditorA panel for editing properties of aValueAxis.Fields in org.jfree.chart.editor declared as DefaultAxisEditor Modifier and Type Field Description private DefaultAxisEditorDefaultPlotEditor. domainAxisPropertyPanelA panel used to display/edit the properties of the domain axis (if any).private DefaultAxisEditorDefaultPlotEditor. rangeAxisPropertyPanelA 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 DefaultAxisEditorDefaultPlotEditor. getDomainAxisPropertyEditPanel()Returns a reference to the panel for editing the properties of the domain axis.static DefaultAxisEditorDefaultAxisEditor. getInstance(Axis axis)A static method that returns a panel that is appropriate for the axis type.DefaultAxisEditorDefaultPlotEditor. getRangeAxisPropertyEditPanel()Returns a reference to the panel for editing the properties of the range axis.
-