java 2d pie chart
SpiceCharts 2D Pie Chart 1.6
Java 2D Pie Chart Applet more>>

3D Pie Chart 1.6
3D Pie Chart is a tool created as a java applet to design 3D Pie charts. more>> <<less
Pie Chart 1.0
Pie Chart gives a useful application which is fully functional with displaying pie charts on your Web page. more>>
Pie Chart 1.0 gives a useful application which is fully functional with displaying pie charts on your Web page. The applet is highly customizable from html parameters.
Requirements:
- Windows 95/98/Me/NT/2000/XP
- Java runtime 1.2

Pie Charts 2.0
Our dynamic pie chart applet makes it easy to display pie charts on web site more>> Our dynamic pie chart applet makes it easy to display pie charts on your web site, like the one below. The colors, size and labels are all fully customizable via simple HTML tags.<<less
SpiceCharts 3D Pie Chart 1.6
Java Pie 3d chart applet more>>
SpiceCharts 2D Line Chart 1.6
Spice 2D Line Chart is a java applet to represent charts more>>
SpiceCharts 2D Line Chart is a tool that helps you view java charts.
It has configurable title, grid, colors for all chart elements, position of percents, write oblique values, legend, positions and size of chart elements.
Java GDS Plugin 0.9
This plugin allows Google Desktop Search to index Java source files. Includes syntax coloring in the cache. more>>
This plugin allows Google Desktop Search to index Java source files. Includes syntax coloring in the cache.
<<lessASCII Chart 1.0
Displays a chart of values for each character in the ASCII character set. more>> Displays a chart of values for each character in the ASCII character set.
The ASCII Chart application was designed to be a small tool that will display a chart of values for each character in the ASCII character set.
<<lessJava Image Studio 2
An enhanced painting program that works on any operating system more>>

2D Vertical Bar Chart 1.6
2D Vertical Bar Chart is a useful java applet for representing vertical bar charts. more>>
2D Vertical Bar Chart 1.6 is a useful java applet for representing vertical bar charts. It can be used to represent multiple series of data. It has configurable title, colors of all elements, position of percents, write oblique values on axes, positions and size of chart elements.
Piechart Disk 1.13
Piechart Disk is a handy application that allows you to see where your disk space is going in an easy to read pie-chart. more>>
You select the top directory to scan, and Piechart Disk scans the directory then displays an interactive directory and file list with pie-chart.
Since Piechart Disk sorts the directories and files, the largest directories and files are at the top of the list.
Click the interactive file and directory list green plus and red minus icons to open and close directories, changing what is displayed in the pie-chart.
Right click a directory or file for that entrys detailed information.
to see where your disk space is going in an easy to read pie-chart. You select the top directory to ... to see where your disk space is going in an easy to read pie-chart. You select the top directory toLicense:Freeware
Openchart2 1.2
Openchart2 provides a powerful and simple interface for Java programmers to create two-dimensional charts and plots more>>
Openchart2 is a full-featured 2D plotting solution for Java applications.
Openchart2 features an assortment of graph styles, including advanced scatter plots, bar graphs, and pie charts.
Openchart2 supports a variety of chart types, including:
- Bar Charts - including Stacked Bar Charts
- Pie Charts
- Radar Charts
- Scatter Plots - including Line Charts, Point Charts, or combinations
The Openchart2 rendering system allows multiple types of plots to be drawn on the same view, enabling unlike graphs to appear together.
Main features:
- Simple Data Passing
Openchart2 allows for a variety of techniques to be used for passing data into the plotting routines. Simple arrays or full database sources can provide data to the plotting routines.
- Dynamic Zooming
All chart types support dynamic zooming. Sample Swing chart panels are provided in the library with complete mouse-controlled dynamic zoom implemented for ease of use.
System requirements:
- Java 1.5 (5.0) or higher
SpiceCharts 2D Vertical Bar Chart 1.6
Java 2D Vertical Bar Chart Applet more>>
OnlineKnowHow.com Web Pie Chart 1.0
OnlineKnowHow.com Web Pie Chart is a free tool for visualizing static and dynamic data. Monitor linear processes like stock market tickers, market shares, prices, competition and more. Real-time infor more>>
OnlineKnowHow.com Web Pie Chart is a free tool for visualizing static and dynamic data.
Monitor linear processes like stock market tickers, market shares, prices, competition and more.
Make your web site informative and attractive.
Enhance your customers experience and bring more visitors to your web site. Stay ahead of your competitors.
OnlineKnowHow.com
JFreeChart 1.0.9
A free Java class library for generating charts more>> A free Java class library for generating charts
JFreeChart is a free 100% Java chart library which easens the developers work by providing sets of professional quality charts. JFreeCharts extensive feature set includes:
- a consistent and well-documented API, supporting a wide range of chart types;
- a flexible design that is easy to extend, and targets both server-side and client-side applications;
- support for many output types, including Swing components, image files (including PNG and JPEG), and vector graphics file formats (including PDF, EPS and SVG);
- JFreeChart is "open source" or, more specifically, free software. It is distributed under the terms of the GNU Lesser General Public Licence (LGPL), which permits use in proprietary applications.
Support is included for: pie charts, bar charts, line charts, scatter plots, time series charts, candlestick charts, high-low-open-close charts and more. Use in applications, servlets, JSP or applets.
Export to PNG, JPEG, PDF, SVG and HTML image maps. Complete source code is included, subject to the GNU LGPL.
Main features:
- pie charts (2D and 3D);
- bar charts (regular and stacked, with an optional 3D effect);
- line and area charts;
- scatter plots and bubble charts;
- time series, high/low/open/close charts and candle stick charts;
- combination charts;
- Pareto charts;
- Gantt charts;
- wind plots, meter charts and symbol charts;
- wafer map charts;
- complete source code is included, under the terms of the GNU Lesser General Public Licence;
- access to data from any source via dataset interfaces;
- support for multiple secondary axes and datasets;
- tooltips, zooming, printing;
- direct export to PNG and JPEG;
- export to PDF via iText and SVG via Batik (both described in the JFreeChart Developer Guide).
- support for servlets, JSP (thanks to Cewolf), applets or client applications;
- comprehensive Javadocs
System requirements:
- JFreeChart requires the Java 2 platform (JDK version 1.3 or later).
- Note that JFreeChart is a class library for use by developers, not an end user application.
Enhancements:
- HashUtilities - added hashCode() methods for BooleanList, PaintList and StrokeList;
- ImageMapUtilities - added htmlEscape(String);
- IntervalMarker - added new constructor;
- Range - added intersects(Range) and scale(Range, double);
- TextTitle - added protected methods arrangeNN(), arrangeFN() and arrangeRN();
- XYDataItem - added getXValue() and getYValue() methods;
- XYPlot - added setFixedDomainAxisSpace(AxisSpace, boolean) and setFixedRangeAxisSpace(AxisSpace, boolean);
- XYSeriesCollection - added getSeries(Comparable) method.
- Fix: CandlestickChart.getCategoryPlot() - ClassCastException;
- Fix: testGetFirstMillisecondWithTimeZone fails in 1.0.8a;
- Fix: 1.0.8a breaks URLs in HTML image maps;
- Fix: GroupedStackedBarRenderer works only for primary dataset;
- Fix: Endless loop in paint of XYPlot;
- Fix: Cross-site scripting vulnerabilities in image map code;
- Fix: Background image not shown with SWT;
- Fix: ChartEntity.getImageMapAreaTag() needs nohref;
- Fix: OverLIBToolTipTagFragmentGenerator not escaping single quote;
- Fix: Escape Image Map Data;
- Fix: AbstractRenderer.hashcode() method returns the same value;
JFreeChart is a free Java class library for generating charts. It includes s... JFreeChart 0.9 ... JFreeChart is a free Java class library for generating charts. It includes support for pie