********************************
* JFREECHART: Version 1.0.14 *
********************************
20 November 2011
(C)opyright 2000-2011, by Object Refinery Limited and Contributors.
-----------------
1. INTRODUCTION
-----------------
JFreeChart is a free chart library for the Java(tm) platform. It runs
on the Java 2 Platform (JDK 1.3 or later) and uses the Java 2D API for
drawing.
JFreeChart is licensed under the terms of the GNU Lesser General
Public Licence (LGPL). A copy of the licence is included in the
distribution.
Please note that JFreeChart is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. Please refer to the licence for details.
We are grateful to the many developers that have contributed to JFreeChart.
The contributors are listed below in section 10.
-------------------
2. LATEST VERSION
-------------------
The latest version of this class library can be obtained from:
http://www.jfree.org/jfreechart/
If you have an comments, suggestions or bugs to report, please post a
message in the JFreeChart forum.
-----------------
3. DOCUMENTATION
-----------------
You can download installation instructions
(jfreechart-1.0.14-install.pdf) from the JFreeChart home
page or the project page on SourceForge.
Further documentation for JFreeChart (the JFreeChart Developer Guide) is
available to purchase from by Object Refinery Limited, a company owned and
operated by David Gilbert (the original author of JFreeChart). For more
information, please see:
http://www.object-refinery.com/jfreechart/guide.html
Sales of the JFreeChart Developer Guide are an important source of funding for
the project. Please help us to continue developing free software.
API documentation files in HTML format are available on-line. If you wish
to keep a local copy of the API files, you can regenerate them directly
from the source code. You can do this using the 'javadoc' utility directly,
or with the Ant script (build.xml) included in the distribution.
-----------------
4. DEPENDENCIES
-----------------
JFreeChart has the following dependencies:
(a) JDK 1.3.1 or higher - JFreeChart requires the Java2D and Collections
APIs, so it definitely won't work with JDK 1.1 (with a small amount of effort
you can probably get it to compile and run with JDK 1.2). If you are using
JFreeChart to create applets, this means that you cannot rely on the JVM
integrated with Microsoft's Internet Explorer - your users will need to have
the Java 2 plug-in installed. Most other browsers (e.g. Firefox, Safari and
Chrome) offer good support for modern JREs.
(b) JCommon - version 1.0.0 or later. The runtime jar file (version 1.0.17)
is included in the JFreeChart distribution. You can obtain the complete
source code for JCommon from:
http://www.jfree.org/jcommon/
JCommon is licensed under the terms of the GNU Lesser General Public Licence.
(c) GNU JAXP (JDK 1.3 only) - a free implementation of the standard XML
processing APIs for Java.
http://www.gnu.org/software/classpathx/jaxp/
Classes in the org.jfree.data.xml package require this library, or
another JAXP v1.1 compliant parser. The gnujaxp.jar file (from the
gnujaxp-1.0beta1.zip distribution) is included with JFreeChart. GNU
JAXP is licensed under the terms of the GNU General Public License
with an additional library exception.
THIS LIBRARY IS ONLY REQUIRED BY JFREECHART IF YOU ARE USING JDK 1.3.
(d) servlet.jar - classes in the org.jfree.chart.servlet
package require this file. The JFreeChart distribution includes the
servlet.jar file distributed with Tomcat 4.1.31. Applicable license
terms are published at:
http://java.sun.com/products/servlet/LICENSE
(e) JUnit - a unit testing framework (the junit.jar runtime file is
included in the distribution). JUnit is licensed under the terms
of the IBM Common Public License. You can find out more about JUnit
and/or download the latest version from:
http://www.junit.org
The JUnit tests included with JFreeChart have been created using JUnit
4.3.1.
-----------
5. SUPPORT
-----------
Support questions can be posted in the free support forum at
http://www.jfree.org/forum/viewforum.php?f=3
We read all questions posted in the forum, and respond to as many as we can
in the time available. Unfortunately, there are too many questions to answer
them all.
--------------------
6. ANT BUILD SCRIPT
--------------------
An Ant build script (build.xml) is included in the distribution. This
is the same script that is used to create the JFreeChart distribution.
For more information about Ant:
http://ant.apache.org/
If you want to rebuild the JFreeChart jar file, we highly recommend that you
use this script as it includes certain files (for example, .properties files)
that you MUST have in the jar file for JFreeChart to function correctly.
------------------------
7. THE DEMO APPLICATION
------------------------
A demo application that shows a selection of the charts that can be
generated is included in the JFreeChart distribution. To run the
demo (using JDK 1.3.1 or later), use the following command:
java -jar jfreechart-1.0.14-demo.jar
The complete source code for the demo application is available for
download when you purchase the JFreeChart Developer Guide.
The demo application uses iText, a library for creating PDF documents.
iText is licensed under the terms of the GNU Lesser General Public Licence
and is available to download from:
http://www.lowagie.com/iText/
---------------
8. LIMITATIONS
---------------
JFreeChart has some known limitations that will hopefully be addressed in
the future:
- some renderers do not respect the series visibility flags yet;
- the chart property editors (accessible by right-clicking on the chart
panel) are horribly out of date and probably shouldn't be used;
- item labels (if displayed) are not taken into account for the
automatically calculated axis range. As a workaround, you can increase
the axis margins;
- tick labels on a DateAxis that uses a SegmentedTimeline can be
problematic;
- there is no support for writing charts to JPEG format on JDK 1.3. JPEG
is not a good format for charts in any case, and it is usually better to
use PNG format;
- copying charts to the clipboard (supported by the ChartPanel class) will
not work if you are running on a very old version of the Java runtime
(version 1.3.1).
If there are other items that you think should be listed here,
please post a bug report.
--------------
9. WHAT's NEW
--------------
A list of changes in recent versions:
1.0.14 : (20-Nov-2011)
- added support for multiple axes in PolarPlot, performance
improvements in the TimeSeriesCollection class, mouse wheel rotation
in the PiePlot class, improved Maven support, a range of other
minor functional enhancements and numerous bug fixes - see the NEWS
and ChangeLog files for details.
1.0.13 : (17-Apr-2009)
- there are some significant new features in this release, as well
as performance enhancements and bug fixes - see the NEWS and
ChangeLog files for details.
1.0.12 : (31-Dec-2008)
- added support for minor tick marks, mapping datasets to more than
one axis, and numerous bug fixes - see the NEWS and ChangeLog files
for details.
1.0.11 : (18-Sep-2008)
- this release includes a new chart theming mechanism, and numerous
other feature enhancements and bug fixes - see the NEWS and ChangeLog
files for details.
1.0.10 : (8-Jun-2008)
- another general maintenance release - see the NEWS and ChangeLog
files for more details.
1.0.9 : (4-Jan-2008)
- this release fixes a security advisory with respect to the HTML
image maps generated by JFree
没有合适的资源?快使用搜索试试~ 我知道了~
小程序 Java图表 JFreeChart(源码).zip
共1157个文件
java:1005个
html:48个
png:46个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 34 浏览量
2023-02-03
13:27:24
上传
评论
收藏 7.49MB ZIP 举报
温馨提示
免责声明:资料部分来源于合法的互联网渠道收集和整理,部分自己学习积累成果,供大家学习参考与交流。收取的费用仅用于收集和整理资料耗费时间的酬劳。 本人尊重原创作者或出版方,资料版权归原作者或出版方所有,本人不对所涉及的版权问题或内容负法律责任。如有侵权,请举报或通知本人删除。
资源推荐
资源详情
资源评论
收起资源包目录
小程序 Java图表 JFreeChart(源码).zip (1157个子文件)
ChangeLog 434KB
package.html 448B
overview.html 437B
package.html 288B
package.html 280B
package.html 250B
package.html 246B
package.html 216B
package.html 212B
package.html 209B
package.html 208B
package.html 207B
package.html 200B
package.html 192B
package.html 187B
package.html 183B
package.html 181B
package.html 179B
package.html 178B
package.html 177B
package.html 177B
package.html 177B
package.html 175B
package.html 173B
package.html 173B
package.html 169B
package.html 168B
package.html 166B
package.html 162B
package.html 162B
package.html 160B
package.html 156B
package.html 155B
package.html 154B
package.html 154B
package.html 154B
package.html 153B
package.html 151B
package.html 145B
package.html 145B
package.html 145B
package.html 141B
package.html 137B
package.html 137B
package.html 136B
package.html 115B
package.html 115B
package.html 115B
package.html 115B
jfreechart-1.0.14.jar 1.39MB
iText-2.1.5.jar 1.07MB
jfreechart-1.0.14-demo.jar 740KB
jcommon-1.0.17.jar 303KB
gnujaxp.jar 226KB
junit.jar 118KB
servlet.jar 78KB
jfreechart-1.0.14-swt.jar 71KB
swtgraphics2d.jar 15KB
jfreechart-1.0.14-experimental.jar 13KB
XYPlot.java 202KB
CategoryPlot.java 175KB
AbstractRenderer.java 140KB
PiePlot.java 132KB
ChartPanel.java 111KB
ChartFactory.java 101KB
DatasetUtilities.java 92KB
DateAxis.java 73KB
AbstractXYItemRenderer.java 73KB
PolarPlot.java 69KB
AbstractCategoryItemRenderer.java 69KB
ChartComposite.java 68KB
JFreeChart.java 68KB
CategoryItemRenderer.java 66KB
SegmentedTimeline.java 64KB
XYItemRenderer.java 63KB
StandardChartTheme.java 61KB
ContourPlot.java 60KB
ValueAxis.java 60KB
ThermometerPlot.java 57KB
NumberAxis.java 56KB
SpiderWebPlot.java 55KB
CategoryAxis.java 55KB
Plot.java 52KB
DatasetUtilitiesTests.java 49KB
BarRenderer.java 49KB
XYDifferenceRenderer.java 49KB
Axis.java 48KB
TimeSeries.java 47KB
XYLineAndShapeRenderer.java 47KB
XYPlotTests.java 46KB
LogarithmicAxis.java 46KB
SegmentedTimelineTests.java 45KB
PeriodAxis.java 45KB
XYBarRenderer.java 45KB
MeterPlot.java 44KB
SWTGraphics2D.java 44KB
CyclicNumberAxis.java 42KB
PiePlot3D.java 42KB
BoxAndWhiskerRenderer.java 41KB
DateAxisTests.java 41KB
共 1157 条
- 1
- 2
- 3
- 4
- 5
- 6
- 12
资源评论
大富大贵7
- 粉丝: 389
- 资源: 8868
下载权益
C知道特权
VIP文章
课程特权
开通VIP
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功