Module org.jfree.chart
Package org.jfree.chart.swing.editor
Provides a simple (but so far incomplete) framework for editing chart properties.
-
Interface Summary Interface Description ChartEditor A chart editor is typically aJComponentcontaining a user interface for modifying the properties of a chart.ChartEditorFactory A factory for creating newChartEditorinstances. -
Class Summary Class Description ChartEditorManager The central point for obtainingChartEditorinstances for editing charts.DefaultChartEditorFactory A default implementation of theChartEditorFactoryinterface.DefaultLogAxisEditor A panel for editing properties of aLogAxis.DefaultPolarPlotEditor A panel for editing the properties of aPolarPlot.FontChooserPanel A panel for choosing a font from the available system fonts - still a bit of a hack at the moment, but good enough for demonstration applications.FontDisplayField A field for displaying a font selection.LCBLayout Specialised layout manager for a grid of components.PaintSample A panel that displays a paint sample.StrokeChooserPanel A component for choosing a stroke from a list of available strokes.StrokeSample A panel that displays a stroke sample.