資源簡(jiǎn)介
Java 多條折線圖(提高篇-實(shí)例265).zip
代碼片段和文件信息
/**
?*?@jdk版本:1.6
?*?@編碼時(shí)間:2010-7-20
?*/
package?com.mingrisoft.jfreechart.line;
import?java.awt.Font;
import?org.jfree.chart.ChartFactory;
import?org.jfree.chart.ChartPanel;
import?org.jfree.chart.JFreeChart;
import?org.jfree.chart.axis.CategoryAxis;
import?org.jfree.chart.axis.ValueAxis;
import?org.jfree.chart.plot.CategoryPlot;
import?org.jfree.chart.plot.PlotOrientation;
import?org.jfree.chart.title.Legendtitle;
import?org.jfree.chart.title.Texttitle;
import?org.jfree.data.category.CategoryDataset;
import?org.jfree.data.category.DefaultCategoryDataset;
import?org.jfree.ui.Applicationframe;
import?org.jfree.ui.RefineryUtilities;
/**
?*?多條折線圖
?*?@author?baiweiming
?*
?*/
public?class?LineDemo2?extends?Applicationframe?{
public?LineDemo2(String?title)?{
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????357??2010-12-16?11:53??.classpath
?????文件?????????379??2010-12-16?13:54??.project
?????文件?????????130??2011-01-30?11:02??程序使用說明.txt
?????文件????????3623??2011-02-14?10:44??bin\com\mingrisoft\jfreechart\line\LineDemo2.class
?????文件??????309293??2009-08-26?14:19??lib\jcommon-1.0.16.jar
?????文件?????1425744??2009-08-26?14:19??lib\jfreechart-1.0.13.jar
?????文件????????4015??2010-12-16?11:44??src\com\mingrisoft\jfreechart\line\LineDemo2.java
- 上一篇:Java 顯示和隱藏菜單
- 下一篇:Java 在PDF文檔中繪制矩形
評(píng)論
共有 條評(píng)論