j Free Chart

download j Free Chart

If you can't read please download the document

description

info

Transcript of j Free Chart

http://www.jfree.org/jfreechart/api/javadoc/org/jfree/chart/JFreeChart.htmlorg.jfree.chartClass JFreeChartjava.lang.Object extended by org.jfree.chart.JFreeChartAll Implemented Interfaces: java.io.Serializable, java.lang.Cloneable, java.util.EventListener, PlotChangeListener, TitleChangeListener, org.jfree.ui.Drawablepublic class JFreeChartextends java.lang.Objectimplements org.jfree.ui.Drawable, TitleChangeListener, PlotChangeListener, java.io.Serializable, java.lang.CloneableA chart class implemented using the Java 2D APIs. The current version supports bar 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 includes 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.