Class Spasm

java.lang.Object
  extended by Spasm

public class Spasm
extends java.lang.Object


Field Summary
static int HEIGHT
           
static int WIDTH
           
 
Constructor Summary
Spasm(java.lang.String filename)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void showApp()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

WIDTH

public static int WIDTH

HEIGHT

public static int HEIGHT
Constructor Detail

Spasm

public Spasm(java.lang.String filename)
      throws VisADException,
             java.rmi.RemoteException,
             java.io.IOException
Throws:
VisADException
java.rmi.RemoteException
java.io.IOException
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

showApp

public void showApp()
             throws VisADException,
                    java.rmi.RemoteException
Throws:
VisADException
java.rmi.RemoteException

main

public static void main(java.lang.String[] args)
                 throws VisADException,
                        java.rmi.RemoteException,
                        java.io.IOException
Throws:
VisADException
java.rmi.RemoteException
java.io.IOException