visad
Interface ValueControl
-
- All Superinterfaces:
- AVControl
- All Known Implementing Classes:
- ValueControlJ2D, ValueControlJ3D
public interface ValueControl extends AVControl
ValueControl is the VisAD interface for controlling SelectValue display scalars.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublegetValue()return the selected valuevoidinit()voidsetValue(double value)set the selected value-
Methods inherited from interface visad.AVControl
addControlListener, clearSwitches, getSaveString, removeControlListener, setSaveString
-
-
-
-
Method Detail
-
setValue
void setValue(double value) throws VisADException, java.rmi.RemoteExceptionset the selected value- Throws:
VisADExceptionjava.rmi.RemoteException
-
init
void init() throws VisADException
- Throws:
VisADException
-
getValue
double getValue()
return the selected value
-
-
DMelt 3.0 © DataMelt by jWork.ORG