visad.bio
Class MultiLUT

java.lang.Object
  extended by visad.bio.MultiLUT
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener

public class MultiLUT
extends java.lang.Object
implements java.awt.event.ActionListener


Constructor Summary
MultiLUT()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          Handles button press events.
 void doit()
           
 void go(java.lang.String[] args)
           
static void main(java.lang.String[] args)
          run with 'java -mx256m MultiLUT' in directory with SPB1.PIC, SPB2.PIC, ..., SPB17.PIC
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiLUT

public MultiLUT()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        VisADException,
                        java.rmi.RemoteException
run with 'java -mx256m MultiLUT' in directory with SPB1.PIC, SPB2.PIC, ..., SPB17.PIC

Throws:
java.io.IOException
VisADException
java.rmi.RemoteException

go

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

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Handles button press events.

Specified by:
actionPerformed in interface java.awt.event.ActionListener

doit

public void doit()