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 TypeClassDescriptionclassA default implementation of theChartEditorFactoryinterface.Fields in org.jfree.chart.editor declared as ChartEditorFactoryModifier and TypeFieldDescription(package private) static ChartEditorFactoryChartEditorManager.factoryThis factory creates newChartEditorinstances as required.Methods in org.jfree.chart.editor that return ChartEditorFactoryModifier and TypeMethodDescriptionstatic ChartEditorFactoryChartEditorManager.getChartEditorFactory()Returns the current factory.Methods in org.jfree.chart.editor with parameters of type ChartEditorFactoryModifier and TypeMethodDescriptionstatic voidChartEditorManager.setChartEditorFactory(ChartEditorFactory f) Sets the chart editor factory.