|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmain.PlanetlabImage
public class PlanetlabImage
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 |
---|
private PlanetlabImage()
Method Detail |
---|
public static void main(java.lang.String[] args)
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.
args
- a String
array. It should contain the input
file's name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |