DOC

se.malmin : jfreechart

Maven & Gradle

Sep 20, 2023
1.2k stars

JFreeChart · This is a fork of jfreechart. The purpose is to the build it with the Java module sytem and Java 17. This to be able to use it in building java applications with reduced runtimes. Three servlet classes have been removed as they depended on the automatic module servlet.api. No functionality has beed added. All credit to the original project. Introduzing the module system has broken the unit tests. Everything seems to work as expected though. If you stumble upon this, then it might be useful if you need to use jfreechart in a Java module application. This project will not be maintained though. It looks like jfreechart is adopting the module system and that it might be released soon. jfreechart with Java 11 and modules for java fx applications was recently released. JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D API, it supports a wide range of chart types including bar charts, pie charts, line charts, XY-plots, time series plots, Sankey charts and more.

Table Of Contents

Latest Version

Download se.malmin : jfreechart Javadoc & API Documentation - Latest Versions:

All Versions

Download se.malmin : jfreechart Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file jfreechart-1.5.3-javadoc.jar to jfreechart-1.5.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder jfreechart-1.5.3-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "jfreechart-1.5.3-sources.jar" -d "jfreechart-1.5.3-javadoc" -subpackages 

Advertisement