Package org.jfree.chart

Core classes, including JFreeChart and ChartPanel.

See:
          Description

Interface Summary
ChartMouseListener The interface that must be implemented by classes that wish to receive ChartMouseEvent notifications.
ChartPanelConstants Useful constants for the ChartPanel class.
Effect3D An interface that should be implemented by renderers that use a 3D effect.
JFreeChartConstants Useful constants relating to the JFreeChart class.
LegendItemLayout The interface for a legend item layout manager.
ShapeFactory Interface to be implemented by classes which provide shapes for indicating data points on a Plot.
 

Class Summary
AbstractTitle The base class for all chart titles.
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 a JFreeChart.
ChartRenderingInfo A structure for storing rendering information from one call to the JFreeChart.draw(...) method.
ChartUtilities Utility methods for JFreeChart.
ClipPath This class would typically be used with the ContourPlot type.
CrosshairInfo Maintains information about crosshairs on a plot.
DateTitle A chart title that displays the date.
DefaultShapeFactory Default provider of shapes for indicating data points on a Plot.
DrawableLegendItem Represents a single item within a legend.
ImageTitle A chart title that displays an image.
IntervalMarker Represents an interval to be highlighted in some way.
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.
LegendTitle A chart title that displays a legend for the data in the chart.
Marker A constant value that is drawn on a chart as a marker, usually as a horizontal or a vertical line.
MeterLegend A legend for meter plots.
SeriesShapeFactory Provider of shapes for indicating data points on a Plot.
Spacer Represents an amount of blank space inside (or sometimes outside) a rectangle.
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.
TextTitle A standard chart title.
 

Package org.jfree.chart Description

Core classes, including JFreeChart and ChartPanel.