You are on page 1of 1

http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/JFreeChart.

html
org.jfree.chart
Class JFreeChart
java.lang.Object
extended by org.jfree.chart.JFreeChart
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.EventListener, PlotChan
geListener, TitleChangeListener, org.jfree.ui.Drawable
public class JFreeChart
extends java.lang.Object
implements org.jfree.ui.Drawable, TitleChangeListener, PlotChangeListener, java.
io.Serializable, java.lang.Cloneable
A chart class implemented using the Java 2D APIs. The current version supports b
ar charts, line charts, pie charts and xy plots (including time series data).
JFreeChart coordinates several objects to achieve its aim of being able to draw
a chart on a Java 2D graphics device: a list of Title objects (which often inclu
des the chart's legend), a Plot and a Dataset (the plot in turn manages a domain
axis and a range axis).
You should use a ChartPanel to display a chart in a GUI.
The ChartFactory class contains static methods for creating 'ready-made' charts.

You might also like