Uses of Interface
org.jfree.chart.swing.editor.ChartEditorFactory
-
Packages that use ChartEditorFactory Package Description org.jfree.chart.swing.editor Provides a simple (but so far incomplete) framework for editing chart properties. -
-
Uses of ChartEditorFactory in org.jfree.chart.swing.editor
Classes in org.jfree.chart.swing.editor that implement ChartEditorFactory Modifier and Type Class Description classDefaultChartEditorFactoryA default implementation of theChartEditorFactoryinterface.Methods in org.jfree.chart.swing.editor that return ChartEditorFactory Modifier and Type Method Description static ChartEditorFactoryChartEditorManager. getChartEditorFactory()Returns the current factory.Methods in org.jfree.chart.swing.editor with parameters of type ChartEditorFactory Modifier and Type Method Description static voidChartEditorManager. setChartEditorFactory(ChartEditorFactory f)Sets the chart editor factory.
-