Uses of Interface
org.jfree.chart.editor.ChartEditorFactory
-
Packages that use ChartEditorFactory Package Description org.jfree.chart.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
Uses of ChartEditorFactory in org.jfree.chart.editor
Classes in org.jfree.chart.editor that implement ChartEditorFactory Modifier and Type Class Description class
DefaultChartEditorFactory
A default implementation of theChartEditorFactory
interface.Fields in org.jfree.chart.editor declared as ChartEditorFactory Modifier and Type Field Description (package private) static ChartEditorFactory
ChartEditorManager. factory
This factory creates newChartEditor
instances as required.Methods in org.jfree.chart.editor that return ChartEditorFactory Modifier and Type Method Description static ChartEditorFactory
ChartEditorManager. getChartEditorFactory()
Returns the current factory.Methods in org.jfree.chart.editor with parameters of type ChartEditorFactory Modifier and Type Method Description static void
ChartEditorManager. setChartEditorFactory(ChartEditorFactory f)
Sets the chart editor factory.
-