Posted on 2008-01-08 09:20
诗特林 阅读(2006)
评论(4) 编辑 收藏 所属分类:
BI
JFreeChart 1.0.9发布
JFreeChart它主要是用来制作各种各样的图表,这些图表包括:饼图、柱状图(普通柱状图以及堆栈柱状图)、线图、区域图、分布图、混合图、甘特图以及一些仪表盘等等。
新年刚过,JFreeChart就发布了最新的1.0.9版本。该版本的新特色呢?
1.解决了生成HTML图片报表时的安全性问题。
2.一些API的升级。新增了很多方法如:
l HashUtilities – 为BooleanList, PaintList and StrokeList添加了hashCode()方法。
l ImageMapUtilities – 添加 htmlEscape(String)方法。
l IntervalMarker – 添加新的构造器;
l Range – 添加 intersects(Range)和scale(Range, double)方法;
l TextTitle – 添加arrangeNN(), arrangeFN() and arrangeRN()方法;
l XYDataItem – 添加etXValue() 和 getYValue() 方法;
l XYPlot – 添加 setFixedDomainAxisSpace(AxisSpace, boolean)和setFixedRangeAxisSpace(AxisSpace, boolean)方法;
l XYSeriesCollection – 添加 getSeries(Comparable) 方法.
3.一些老版本中bug的修改。最主要的错误修改如下所示:
l 1852525 - CandlestickChart.getCategoryPlot() - ClassCastException;
l 1851416 - testGetFirstMillisecondWithTimeZone fails in 1.0.8a;
l 1849333 - 1.0.8a breaks URLs in HTML image maps;
l 1848961 - GroupedStackedBarRenderer works only for primary dataset;
l 1846063 - Endless loop in paint of XYPlot;
l 1840139 - Cross-site scripting vulnerabilities in image map code;
l 1837979 - Background image not shown with SWT;
l 1460195 - ChartEntity.getImageMapAreaTag() needs nohref;
l 1400917 - OverLIBToolTipTagFragmentGenerator not escaping single quote;
l 1363043 - Escape Image Map Data;
l 1178601 - AbstractRenderer.hashcode() method returns the same value;
该项目主页
:http://www.jfree.org/jfreechart/
下载地址:http://sourceforge.net/project/showfiles.php?group_id=15494