edu.d.umn
Class Main

java.lang.Object
  extended by edu.d.umn.Main

public class Main
extends java.lang.Object

holds the main method to launch the stereo frame.


Constructor Summary
Main()
          Creates a new instance of Main
 
Method Summary
static void main(java.lang.String[] args)
          Main method run from jar.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Main

public Main()
Creates a new instance of Main

Method Detail

main

public static void main(java.lang.String[] args)
Main method run from jar. Arguments are expected to come in the order of type and then filename. Both of these arguments may be left out to get the default behavior. Valid types and descriptions of what the types do are: demviewer - Standard mode. stereo - Stereo viewing via dualscreen projection. surface - For generating surfaces from random points. If a file is specified, it should include the full path to the file. Sample call: java -jar Main.jar demviewer /home/user/SDTSFolder/0000iden.ddf

Parameters:
args - the command line arguments