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
VisADException
RemoteException
IOException
public DisplayImpl newDisplay(String name) throws VisADException, RemoteException
VisADException
RemoteException
public void addCursor(int i, int j) throws VisADException, RemoteException
VisADException
RemoteException
public void removeCursor(int i, int j) throws VisADException, RemoteException
VisADException
RemoteException
public void finishDisplay(RemoteServer cs, RealType rt, int i, int j) throws VisADException, RemoteException
VisADException
RemoteException
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void controlChanged(ControlEvent e) throws VisADException, RemoteException
controlChanged
in interface ControlListener
VisADException
RemoteException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.