main
Class PlanetlabImage

java.lang.Object
  extended by main.PlanetlabImage

public class PlanetlabImage
extends java.lang.Object

The PlanetlabImage class is the main command-line based class. It reads in an input file and writes a PlanetLab map to disk in JPEG format.


Constructor Summary
private PlanetlabImage()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method of PlanetlabImage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanetlabImage

private PlanetlabImage()
Method Detail

main

public static void main(java.lang.String[] args)
The main method of PlanetlabImage. Given an input file as its first command-line argument, it creates a JPEG image and writes it to disk with the name specified by the second command-line argument.

Parameters:
args - a String array. It should contain the input file's name.