|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.rabin.Rain
public class Rain
Method Summary | |
---|---|
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) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void main(java.lang.String[] args) throws VisADException, java.rmi.RemoteException, java.io.IOException
VisADException
java.rmi.RemoteException
java.io.IOException
public DisplayImpl newDisplay(java.lang.String name) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public void addCursor(int i, int j) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public void removeCursor(int i, int j) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public void finishDisplay(RemoteServer cs, RealType rt, int i, int j) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public void controlChanged(ControlEvent e) throws VisADException, java.rmi.RemoteException
controlChanged
in interface ControlListener
VisADException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |