Class IDeskMcIDAS

java.lang.Object
  extended by IDeskMcIDAS
All Implemented Interfaces:
java.util.EventListener, DisplayListener

public class IDeskMcIDAS
extends java.lang.Object
implements DisplayListener


Constructor Summary
IDeskMcIDAS(java.lang.String[] args)
           
 
Method Summary
 void displayChanged(DisplayEvent e)
          send a DisplayEvent to this DisplayListener
static void main(java.lang.String[] args)
           
 void rotate_x(LocalDisplay display)
           
 void rotate(LocalDisplay display)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IDeskMcIDAS

public IDeskMcIDAS(java.lang.String[] args)
            throws VisADException,
                   java.rmi.RemoteException,
                   java.io.IOException
Throws:
VisADException
java.rmi.RemoteException
java.io.IOException
Method Detail

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

displayChanged

public void displayChanged(DisplayEvent e)
                    throws java.rmi.RemoteException,
                           VisADException
Description copied from interface: DisplayListener
send a DisplayEvent to this DisplayListener

Specified by:
displayChanged in interface DisplayListener
Throws:
java.rmi.RemoteException
VisADException

rotate

public void rotate(LocalDisplay display)
            throws java.rmi.RemoteException,
                   VisADException
Throws:
java.rmi.RemoteException
VisADException

rotate_x

public void rotate_x(LocalDisplay display)
              throws java.rmi.RemoteException,
                     VisADException
Throws:
java.rmi.RemoteException
VisADException