jCharts.
jCharts is a 100% Java based charting utility that outputs a variety of charts. This package has been designed from the ground up by volunteers for displaying charts via Servlets, JSP's, and Swing apps. First release was in December 2000..
Here is the list of declaration for jcharts. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>jcharts</groupId> <artifactId>jcharts</artifactId> <version>0.7.5</version> </dependency>
If you think this Maven repository POM file listing for jcharts is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 1.1
URL: http://www.apache.org/licenses/LICENSE-1.1.txt.
The following packages are defined in the jcharts-0.7.5.jar
org.jCharts org.jCharts.axisChart org.jCharts.axisChart.axis org.jCharts.axisChart.axis.scale org.jCharts.axisChart.customRenderers.axisValue org.jCharts.axisChart.customRenderers.axisValue.renderers org.jCharts.chartData org.jCharts.chartData.interfaces org.jCharts.chartData.processors org.jCharts.chartText org.jCharts.encoders org.jCharts.imageMap org.jCharts.nonAxisChart org.jCharts.properties org.jCharts.properties.util org.jCharts.test org.jCharts.types
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project> <modelVersion>4.0.0</modelVersion> <groupId>jcharts</groupId> <artifactId>jcharts</artifactId> <packaging>jar</packaging> <name>jCharts</name> <version>0.7.5</version> <description>jCharts is a 100% Java based charting utility that outputs a variety of charts. This package has been designed from the ground up by volunteers for displaying charts via Servlets, JSP's, and Swing apps. First release was in December 2000. </description> <url>http://jcharts.sourceforge.net/</url> <licenses> <license> <name>The Apache Software License, Version 1.1</name> <url>http://www.apache.org/licenses/LICENSE-1.1.txt</url> </license> </licenses> <scm> <url>http://jcharts.cvs.sourceforge.net/jcharts/</url> </scm> <distributionManagement> <status>deployed</status> </distributionManagement> </project>