Uses of Package
org.jfree.chart
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent | |
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.demo | |
org.jfree.chart.event |
Event classes and listener interfaces, used to provide a change
notification mechanism so that charts are automatically redrawn
whenever changes are made to any chart component.
|
org.jfree.chart.plot |
Plot classes and related interfaces.
|
org.jfree.chart.renderer |
Plug-in renderers for the
CategoryPlot and XYPlot classes. |
org.jfree.chart.title |
Classes used to display chart titles and subtitles.
|
org.jfree.chart.ui |
An optional package containing user interface components for editing chart properties (used in the JFreeChart demo application);
|
-
Classes in org.jfree.chart used by de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.fast_view Class Description ChartPanel A Swing GUI component for displaying aJFreeChart
object. -
Classes in org.jfree.chart used by de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.ipk_graffitiview.chartDrawComponent Class Description JFreeChart A chart class implemented using the Java 2D APIs.StandardLegend A chart legend shows the names and visual representations of the series that are plotted in a chart. -
Classes in org.jfree.chart used by org.jfree.chart Class Description ChartMouseEvent A mouse event for a chart that is displayed in a ChartPanel.ChartMouseListener The interface that must be implemented by classes that wish to receiveChartMouseEvent
notifications.ChartPanel A Swing GUI component for displaying aJFreeChart
object.ChartPanelConstants Useful constants for theChartPanel
class.ChartRenderingInfo A structure for storing rendering information from one call to the JFreeChart.draw() method.JFreeChart A chart class implemented using the Java 2D APIs.Legend A chart legend shows the names and visual representations of the series that are plotted in a chart.LegendItem A legend item.LegendItemCollection A collection of legend items.LegendItemLayout The interface for a legend item layout manager.LegendRenderingOrder Represents the order for rendering legend items.ShapeFactory Deprecated.This interface is no longer used, shapes are obtained from the DrawingSupplier.StandardLegend A chart legend shows the names and visual representations of the series that are plotted in a chart. -
Classes in org.jfree.chart used by org.jfree.chart.demo Class Description ChartMouseEvent A mouse event for a chart that is displayed in a ChartPanel.ChartMouseListener The interface that must be implemented by classes that wish to receiveChartMouseEvent
notifications.ChartPanel A Swing GUI component for displaying aJFreeChart
object.ChartRenderingInfo A structure for storing rendering information from one call to the JFreeChart.draw() method.JFreeChart A chart class implemented using the Java 2D APIs. -
Classes in org.jfree.chart used by org.jfree.chart.event Class Description JFreeChart A chart class implemented using the Java 2D APIs.Legend A chart legend shows the names and visual representations of the series that are plotted in a chart. -
Classes in org.jfree.chart used by org.jfree.chart.plot Class Description ChartRenderingInfo A structure for storing rendering information from one call to the JFreeChart.draw() method.ClipPath This class would typically be used with aContourPlot
.JFreeChart A chart class implemented using the Java 2D APIs.LegendItemCollection A collection of legend items. -
Classes in org.jfree.chart used by org.jfree.chart.renderer Class Description Effect3D An interface that should be implemented by renderers that use a 3D effect.LegendItem A legend item.LegendItemCollection A collection of legend items. -
Classes in org.jfree.chart used by org.jfree.chart.title Class Description LegendItem A legend item.LegendItemLayout The interface for a legend item layout manager. -
Classes in org.jfree.chart used by org.jfree.chart.ui Class Description JFreeChart A chart class implemented using the Java 2D APIs.