public class Rain extends Object implements ActionListener, ControlListener
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(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(String[] args) |
DisplayImpl |
newDisplay(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(String[] args) throws VisADException, RemoteException, IOException
VisADExceptionRemoteExceptionIOExceptionpublic DisplayImpl newDisplay(String name) throws VisADException, RemoteException
VisADExceptionRemoteExceptionpublic void addCursor(int i,
int j)
throws VisADException,
RemoteException
VisADExceptionRemoteExceptionpublic void removeCursor(int i,
int j)
throws VisADException,
RemoteException
VisADExceptionRemoteExceptionpublic void finishDisplay(RemoteServer cs, RealType rt, int i, int j) throws VisADException, RemoteException
VisADExceptionRemoteExceptionpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic void controlChanged(ControlEvent e) throws VisADException, RemoteException
controlChanged in interface ControlListenerVisADExceptionRemoteExceptionCopyright © 1996–2023 The SSEC Visualization Project. All rights reserved.