3D Line Graph



2D / 3D Line Graph provides a client & server side solution for adding line graphs to web pages. Versatile components make it easy for web authors to publish dynamic interactive line graphs.

Author's Notes:
This applet and servlet are designed to take multiple series of numerical data and display the information as either a 2D or 3D Line Graph. The applets and servlets can acquire data from a variety of sources including,

  • Files
  • Databases
  • Scripts and server Side processes (eg. Servlets, JSP, ASP, PERL)
  • HTML parameters

How To Use:

  • Download 3DlinegraphEval.zip (226 KB)
  • Unzip with a compression utility.

    Java Source: Unavailable

    Sample HTML Source:

    <APPLET CODE="LineGraphApplet.class" 
      ARCHIVE="LineGraph.jar" 
      WIDTH="443" 
      HEIGHT="420" 
      mayscript>
    
      <!-- Start Up Parameters -->
      <PARAM name="LOADINGMESSAGE" 
      
      <!-- Message to be displayed on Startup -->
      value="Line Graph Loading - Please Wait.">
      
      <!-- Message Text Color-->
      <PARAM name="STEXTCOLOR" value="0,0,100">
      
      <!-- Applet Background color -->
      <PARAM name="STARTUPCOLOR" value="255,255,255">
      
      <!-- Data files -->
      <PARAM NAME="chartproperties" VALUE="linepropsjs.txt">
      <PARAM NAME="chartdata" VALUE="linedatajs.txt">
    
    </APPLET>
    
    

    Configuration:
    linepropsjs.txt
    linedatajs.txt

    Status:
    Standard License - Single Organization / Personal license. Applet- $ 49.95 Applet & Servlet $ 99.95
    Professional License ( OEM ) - Multiple Organization license.(buy once run anywhere !) Applet - $ 199.95 Applet & Servlet $ 399.95
    Source Code License. Applet - $ 499.95 Applet & Servlet $ 999.95

    Author: Patrick OBrien

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

    Upload Date: August 13, 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.