Uses of Interface
org.jfree.chart.editor.ChartEditorFactory
Packages that use ChartEditorFactory
Package
Description
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 ChartEditorFactoryModifier and TypeClassDescriptionclass
A default implementation of theChartEditorFactory
interface.Fields in org.jfree.chart.editor declared as ChartEditorFactoryModifier and TypeFieldDescription(package private) static ChartEditorFactory
ChartEditorManager.factory
This factory creates newChartEditor
instances as required.Methods in org.jfree.chart.editor that return ChartEditorFactoryModifier and TypeMethodDescriptionstatic ChartEditorFactory
ChartEditorManager.getChartEditorFactory()
Returns the current factory.Methods in org.jfree.chart.editor with parameters of type ChartEditorFactoryModifier and TypeMethodDescriptionstatic void
ChartEditorManager.setChartEditorFactory
(ChartEditorFactory f) Sets the chart editor factory.