Package org.jfree.chart
Core classes, including
JFreeChart
and
ChartPanel
.-
Interface Summary Interface Description ChartMouseListener The interface that must be implemented by classes that wish to receiveChartMouseEvent
notifications.ChartPanelConstants Useful constants for theChartPanel
class.Effect3D An interface that should be implemented by renderers that use a 3D effect.LegendItemLayout The interface for a legend item layout manager.ShapeFactory Deprecated. This interface is no longer used, shapes are obtained from the DrawingSupplier. -
Class Summary Class Description ChartColor Class to extend the number of Colors available to the charts.ChartFactory A collection of utility methods for creating some standard charts with JFreeChart.ChartFrame A frame for displaying a chart.ChartMouseEvent A mouse event for a chart that is displayed in a ChartPanel.ChartPanel A Swing GUI component for displaying aJFreeChart
object.ChartRenderingInfo A structure for storing rendering information from one call to the JFreeChart.draw() method.ChartUtilities A collection of utility methods for JFreeChart.ClipPath This class would typically be used with aContourPlot
.DefaultShapeFactory Deprecated. No longer used.DrawableLegendItem Represents a single item within a legend.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.LegendRenderingOrder Represents the order for rendering legend items.MeterLegend A legend for meter plots.PolarChartPanel PolarChartPanel
is the top level object for using thePolarPlot
.SeriesShapeFactory Deprecated. No longer used.StandardLegend A chart legend shows the names and visual representations of the series that are plotted in a chart.StandardLegendItemLayout A class for arranging legend items.