JAVA+生成树状图及饼图

JAVA+生成树状图及饼图

ID:38116181

大小:48.00 KB

页数:6页

时间:2019-06-06

JAVA+生成树状图及饼图_第1页
JAVA+生成树状图及饼图_第2页
JAVA+生成树状图及饼图_第3页
JAVA+生成树状图及饼图_第4页
JAVA+生成树状图及饼图_第5页
资源描述:

《JAVA+生成树状图及饼图》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库

1、JAVA生成树状图及饼图importjava.awt.Color;importjava.awt.Font;importjava.io.PrintWriter;importjava.text.DecimalFormat;importjava.util.List;importjavax.servlet.http.HttpSession;importorg.jfree.chart.ChartFactory;importorg.jfree.chart.ChartRenderingInfo;importorg.jfree.char

2、t.ChartUtilities;importorg.jfree.chart.JFreeChart;importorg.jfree.chart.axis.CategoryAxis;importorg.jfree.chart.entity.StandardEntityCollection;importorg.jfree.chart.labels.ItemLabelAnchor;importorg.jfree.chart.labels.ItemLabelPosition;importorg.jfree.chart.label

3、s.StandardCategoryItemLabelGenerator;importorg.jfree.chart.labels.StandardPieSectionLabelGenerator;importorg.jfree.chart.labels.StandardPieToolTipGenerator;importorg.jfree.chart.plot.CategoryPlot;importorg.jfree.chart.plot.PiePlot3D;importorg.jfree.chart.plot.Plo

4、tOrientation;importorg.jfree.chart.renderer.category.BarRenderer3D;importorg.jfree.chart.servlet.ServletUtilities;importorg.jfree.data.category.DefaultCategoryDataset;importorg.jfree.data.general.DefaultPieDataset;importorg.jfree.ui.TextAnchor;publicclassChartGen

5、erater{/***@利用JFreeChart生成柱形及饼状图*@versionJFreeChart1.08*@Listlist生成图形的源数据*@Stringtitles标题*@Stringx图形的水平轴注释*@Stringy图形的垂直轴注释*@Stringcharttype图形类型,piechart为饼图,barchart为柱形图*/publicstaticStringgenerateChart(Listlist,Stringtitles,HttpSessionsession,PrintWriterpw,Strin

6、gx,Stringy,Stringcharttype){Stringfilename="";Fontfont;intlen=list.size();if("piechart".equals(charttype.trim())){try{//建立PieDataSetDefaultPieDatasetdataset=newDefaultPieDataset();//生成一个3D饼图for(inti=0;i

7、le.parseDouble(rows[1]);dataset.setValue(""+(i+1),count);}PiePlot3Dplot=newPiePlot3D(dataset);for(inti=0;i

8、g!");plot.setLabelGenerator(newStandardPieSectionLabelGenerator("({0}):{2}",newDecimalFormat("0"),newDecimalFormat("0.0%")));plot.setLegendLabelGenerator(newSt

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。