|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectvisad.Control
visad.java3d.AVControlJ3D
visad.java3d.ValueControlJ3D
public class ValueControlJ3D
ValueControlJ3D is the VisAD class for controlling SelectValue display scalars under Java3D.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class visad.java3d.AVControlJ3D |
|---|
AVControlJ3D.SwitchSet |
| Constructor Summary | |
|---|---|
ValueControlJ3D(DisplayImplJ3D d)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getSaveString()
get a String that can be used to reconstruct this ValueControl later |
double |
getValue()
return the selected value |
void |
init()
|
void |
setSaveString(java.lang.String save)
reconstruct this ValueControl using the specified save string |
void |
setValue(double value)
set the selected value |
void |
syncControl(Control rmt)
copy the state of a remote control to this control |
| Methods inherited from class visad.java3d.AVControlJ3D |
|---|
addPair, clearSwitches, getSwitches, selectSwitches |
| Methods inherited from class visad.Control |
|---|
addControlListener, animation_string, changeControl, checkTicks, clone, getDisplay, getDisplayRenderer, getInstanceNumber, incTick, nullControl, peekTicks, removeControlListener, resetTicks, setTicks, subCheckTicks, subPeekTicks, subResetTicks, subSetTicks, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface visad.AVControl |
|---|
addControlListener, clearSwitches, removeControlListener |
| Constructor Detail |
|---|
public ValueControlJ3D(DisplayImplJ3D d)
| Method Detail |
|---|
public void setValue(double value)
throws VisADException,
java.rmi.RemoteException
ValueControl
setValue in interface ValueControlVisADException
java.rmi.RemoteException
public void init()
throws VisADException
init in interface ValueControlinit in class AVControlJ3DVisADExceptionpublic double getValue()
ValueControl
getValue in interface ValueControlpublic java.lang.String getSaveString()
getSaveString in interface AVControlgetSaveString in class Control
public void setSaveString(java.lang.String save)
throws VisADException,
java.rmi.RemoteException
setSaveString in interface AVControlsetSaveString in class ControlVisADException
java.rmi.RemoteException
public void syncControl(Control rmt)
throws VisADException
syncControl in class ControlVisADExceptionpublic boolean equals(java.lang.Object o)
equals in class AVControlJ3D
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||