public class Rain extends java.lang.Object implements java.awt.event.ActionListener, ControlListener
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Handle changes to formula text fields
|
void |
addCursor(int i,
int j)
adds a cursor to display (i, j)
|
void |
controlChanged(ControlEvent e)
Handle changes to controls
|
void |
finishDisplay(RemoteServer cs,
RealType rt,
int i,
int j) |
static void |
main(java.lang.String[] args) |
DisplayImpl |
newDisplay(java.lang.String name)
creates a new Java3D or Java2D display
|
void |
removeCursor(int i,
int j)
removes a cursor from display (i, j)
|
public static void main(java.lang.String[] args)
throws VisADException,
java.rmi.RemoteException,
java.io.IOException
VisADExceptionjava.rmi.RemoteExceptionjava.io.IOExceptionpublic DisplayImpl newDisplay(java.lang.String name) throws VisADException, java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteExceptionpublic void addCursor(int i,
int j)
throws VisADException,
java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteExceptionpublic void removeCursor(int i,
int j)
throws VisADException,
java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteExceptionpublic void finishDisplay(RemoteServer cs, RealType rt, int i, int j) throws VisADException, java.rmi.RemoteException
VisADExceptionjava.rmi.RemoteExceptionpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic void controlChanged(ControlEvent e) throws VisADException, java.rmi.RemoteException
controlChanged in interface ControlListenerVisADExceptionjava.rmi.RemoteException