|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.rabin.Rain
public class Rain
Method Summary | |
---|---|
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) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |