Uses of Class
org.jfree.chart.editor.DefaultAxisEditor
Packages that use DefaultAxisEditor
Package
Description
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.editorModifier and TypeClassDescriptionclassA panel for editing properties of aLogAxis.(package private) classA panel for editing the properties of a value axis.(package private) classA panel for editing properties of aValueAxis.Fields in org.jfree.chart.editor declared as DefaultAxisEditorModifier and TypeFieldDescriptionprivate 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 DefaultAxisEditorModifier and TypeMethodDescriptionDefaultPlotEditor.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.DefaultPlotEditor.getRangeAxisPropertyEditPanel()Returns a reference to the panel for editing the properties of the range axis.