2D / 3D Pie Chart



2D / 3D Pie Chart provides both a client and server side solution for the incorporation of pie charts into web pages. Versatile components enable web authors and Java developers to easily build and publish dynamic and interactive pie charts.

How To Use:

  • Download 3DpiechartEval.zip (214 KB)
  • Unzip with a compression utility.

    Java Source: Available from JPowered

    Sample HTML Source:

    <applet code="PiechartApplet.class" 
    	width="600" 
    	height="420" 
    	archive="Piechart.jar">
    
    <!-- Data files -->
      <PARAM name="chartdata" value="piedata.txt">
      <PARAM name="chartproperties" value="pieprops.txt">
    
    <!-- Start Up Parameters -->
    	<!-- Message to be displayed on Startup -->
      <PARAM name="LOADINGMESSAGE" value="Pie Chart Loading - Please Wait.">
      	<!-- Message Text Color-->
      <PARAM name="STEXTCOLOR" value="0,0,100">
    	<!-- Applet Background color -->
      <PARAM name="STARTUPCOLOR" value="200,225,255">
    
    </applet>
    
    

    Configuration: The configuration data is acquired from the text file pieprops.txt
    and the graph data is acquired from the text file piedata.txt.

    Status: Trial Version
    Standard License Single Organization / Personal license - Applet only: $49.94, Applet & Servlet: $99.95
    Professional License - Multiple Location license - Applet: $199.95, Applet & Servlet: $399.95

    Author: Patrick OBrien

    Homepage: http://www.jpowered.com/pie_chart/index.htm

    Upload Date: July 17, 2002

    How to Add Java Applets to Your Site

    New on the Java Boutique:

    New Review:

    Time Management Made Easy with the Quartz Enterprise Job Scheduler
    Why not just use the Java timer API? This open source scheduling API boasts simplicity, ease-of-integration, a well-rounded feature set, and it's free!

    New Applet:

    Reverse Complement
    Reverse Complement is a simple applet that converts DNA or RNA sequences into three useful formats.

    Elsewhere on internet.com:

    WebDeveloper Java
    Lots of Java information on webdeveloper.com

    WDVL Java
    Thorough Java resource at the Web Developer's Virtual Library.

    ScriptSearch Java
    Hundreds of free Java code files to download.

    jGuru: Your View of the Java Universe
    Customizable portal with online training, FAQs, regular news updates, and tutorials.