您好,欢迎光临本网站![请登录][注册会员]  
文件名称: jfreechart1.0.17
  所属分类: Java
  开发工具:
  文件大小: 7mb
  下载次数: 0
  上传时间: 2014-03-16
  提 供 者: u0141*****
 详细说明: 1. I'm getting classpath errors (NoClassDefFoundException etc.), can you help me? The usual causes of classpath problems are (in order of frequency): New users that don't really understand what the classpath is about, and how it works. If this is you, find a good introductory book on Java and read up about the classpath until you understand it. You won't get anywhere with Java until you understand how Java finds and loads classes. You have more than one copy of the JFreeChart and/or JCommon jar files on the current classpath. Yo u have an out-of-date version of JCommon (this is not really a classpath issue, but users often report it as such). Very occasionally, a jar file can be corrupted for whatever reason. If nothing else works for you, try downloading a fresh copy of the required jar file(s) (this goes for any jar file, not just the JFreeChart/JCommon jar files). 2. I can't find the source code for classes in the org.jfree.ui package (for example, org.jfree.ui.RefineryUtilities). Where are they? The org.jfree.ui package is part of the JCommon class library. The runtime jar file is included in the JFreeChart distribution, source code and documentation is available separately from: http://www.jfree.org/jcommon/index.html Like JFreeChart, JCommon is also licensed under the terms of the GNU Lesser General Public Licence. 3. Can I use JFreeChart in an applet? Yes, there is a demo at http://www.object-refinery.com/jfreechart/applet.html. There are some provisos though: you need a web browser that supports Java 2 (JDK 1.3.1 or higher). To find out what version your browser supports, try the following web page: http://javatester.org/version.html Virtually all browsers support Java 2 EXCEPT for Microsoft Internet Explorer (MSIE). You can install Sun's Java Plugin to get MSIE to work properly or, better still, download and install FireFox. JFreeChart doesn't incorporate any special applet features. For example, you can't pass data to the chart applet via HTML as you can in some charting packages. we haven't made any special effort to minimise the size of the JFreeChart jar files. It is something that could be done, but really the demand for it is low, so it hasn't been done yet. 4. Can I use JFreeChart in a commercial (closed source) application? Do I need to pay a fee? Yes, the licence (GNU LGPL) allows this. There is no licence fee to pay, but you must adhere to the terms of the licence. There is more information contained at the end of the jfreechart-version-install.pdf document. 5. Does JFreeChart support real-time charting? Not really. JFreeChart includes an event-notification mechanism that ensures that charts are updated whenever the dataset is updated. However, the chart is completely repainted for each update, which limits the "frames per second" rate that you can achieve with JFreeChart. Typically, updating once per second is fine, but updating multiple times per second results in high CPU load. If you want to pursue this, do some performance testing with your specific configuration and use cases. 6. I want to set my own colors for each series in my chart. How do I do that? You can use the setSeriesPaint() method in the renderer. For example, the following code could be used for a bar chart: ...展开收缩
(系统自动生成,下载前可以参看下载内容)

下载文件列表

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等多线程下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.
 相关搜索: java
 输入关键字,在本站1000多万海量源码库中尽情搜索: