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 TypeClassDescriptionclass
A panel for editing properties of aLogAxis
.(package private) class
A panel for editing the properties of a value axis.(package private) class
A panel for editing properties of aValueAxis
.Fields in org.jfree.chart.editor declared as DefaultAxisEditorModifier and TypeFieldDescriptionprivate 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 DefaultAxisEditorModifier and TypeMethodDescriptionDefaultPlotEditor.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.DefaultPlotEditor.getRangeAxisPropertyEditPanel()
Returns a reference to the panel for editing the properties of the range axis.