Uses of Class
org.jfree.chart.editor.DefaultPlotEditor
-
Packages that use DefaultPlotEditor Package Description org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
Uses of DefaultPlotEditor in org.jfree.chart.editor
Subclasses of DefaultPlotEditor in org.jfree.chart.editor Modifier and Type Class Description class
DefaultPolarPlotEditor
A panel for editing the properties of aPolarPlot
.Fields in org.jfree.chart.editor declared as DefaultPlotEditor Modifier and Type Field Description private DefaultPlotEditor
DefaultChartEditor. plotEditor
A panel for displaying/editing the properties of the plot.Methods in org.jfree.chart.editor that return DefaultPlotEditor Modifier and Type Method Description DefaultPlotEditor
DefaultChartEditor. getPlotEditor()
Returns a reference to the plot property sub-panel.
-