CAIDA Home
 measurement | taxonomy | utilities | visualization  
 www.caida.org > tools : visualization : geoplot : : Running
    visit     contact     search:
CAIDA: Cooperative Association for Internet Data Analysis
GeoPlot: Running GeoPlot

-----summary of contents-----
|  About    Applet Parameters    Running GeoPlot    Model Template    GeoPlot Perl API    FAQ    Download  |

-----end summary of contents-----
To execute the GeoPlot applet, first download the latest version of the GeoPlot Java Archive, which contains the class files. Then place the following applet tag in your html file, look at the Model Template section for a complete example. GeoPlot.class is the main class file that should be placed in your applet tag. The basic outline is shown below, you could include a codebase attribute if you like.
    
<applet code="GeoPlot.class" archive="GeoPlot.jar" width=??? height=???>
    <param name=????? value=?????>
    :
    :
    :
    </applet>

The width and height attributes of the applet tag refer to the width and height of the applet in the browser window. All the param tags follow the opening applet tag.

Cooperative Association for Internet Data Analysis (CAIDA)
  Last Modified: Mon Mar-6-2006 15:20:31 PDT
  Maintained by: Ram Periakaruppan and Bradley Huffaker
  Page URL: http://www.caida.org/tools/visualization/geoplot/Running/index.xml