jfreechart.
JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots..
Here is the list of declaration for jfreechart. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>jfree</groupId> <artifactId>jfreechart</artifactId> <version>1.0.13</version> </dependency>
If you think this Maven repository POM file listing for jfreechart is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:GNU Lesser General Public Licence
URL: http://www.gnu.org/licenses/lgpl.txt.
The following table lists the most popular artifacts which are depending on jfreechart-1.0.13. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
JUnit | htmlunit 2.14 A headless browser intended for use in testing web-based applications. | 7 |
The following packages are defined in the jfreechart-1.0.13.jar
org.jfree.chart org.jfree.chart.annotations org.jfree.chart.axis org.jfree.chart.block org.jfree.chart.demo org.jfree.chart.editor org.jfree.chart.encoders org.jfree.chart.entity org.jfree.chart.event org.jfree.chart.imagemap org.jfree.chart.labels org.jfree.chart.needle org.jfree.chart.panel org.jfree.chart.plot org.jfree.chart.plot.dial org.jfree.chart.renderer org.jfree.chart.renderer.category org.jfree.chart.renderer.xy org.jfree.chart.resources org.jfree.chart.servlet org.jfree.chart.title org.jfree.chart.urls org.jfree.chart.util org.jfree.data org.jfree.data.category org.jfree.data.contour org.jfree.data.function org.jfree.data.gantt org.jfree.data.general org.jfree.data.io org.jfree.data.jdbc org.jfree.data.resources org.jfree.data.statistics org.jfree.data.time org.jfree.data.time.ohlc org.jfree.data.xml org.jfree.data.xy
Here is the content of the POM file.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>jfree</groupId> <artifactId>jfreechart</artifactId> <name>jfreechart</name> <version>1.0.13</version> <url>http://www.jfree.org/jfreechart/</url> <organization> <name>JFree.org</name> <url>http://www.jfree.org/</url> </organization> <inceptionYear>2001</inceptionYear> <description> JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots. </description> <scm> <connection>scm:cvs:pserver:anonymous@jfreechart.cvs.sourceforge.net:/cvsroot/jfreechart:jfreechart</connection> <url>http://jfreechart.cvs.sourceforge.net/jfreechart/jfreechart/</url> </scm> <licenses> <license> <name>GNU Lesser General Public Licence</name> <url>http://www.gnu.org/licenses/lgpl.txt</url> <distribution>repo</distribution> </license> </licenses> <dependencies> <dependency> <groupId>jfree</groupId> <artifactId>jcommon</artifactId> <version>1.0.16</version> </dependency> </dependencies> </project>