visad
Interface AVControl
-
- All Known Subinterfaces:
- AnimationControl, ValueControl
- All Known Implementing Classes:
- AnimationControlJ2D, AnimationControlJ3D, AVControlJ2D, AVControlJ3D, DownRoundingAnimationControlJ3D, ValueControlJ2D, ValueControlJ3D
public interface AVControlAVControl is the VisAD interface for AnimationControl and ValueControl.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidaddControlListener(ControlListener listener)in future, notify listener of changes in this AVControlvoidclearSwitches(DataRenderer re)remove all references to SwitchSet objects involving rejava.lang.StringgetSaveString()voidremoveControlListener(ControlListener listener)stop notifying listener of changes in this AVControlvoidsetSaveString(java.lang.String save)reconstruct this AVControl using the specified save string
-
-
-
Method Detail
-
clearSwitches
void clearSwitches(DataRenderer re)
remove all references to SwitchSet objects involving re- Parameters:
re- - DataRenderer used to select SwitchSet objects
-
addControlListener
void addControlListener(ControlListener listener)
in future, notify listener of changes in this AVControl- Parameters:
listener- - ControlListener to notify
-
removeControlListener
void removeControlListener(ControlListener listener)
stop notifying listener of changes in this AVControl- Parameters:
listener- - ControlListener to stop notifying
-
getSaveString
java.lang.String getSaveString()
- Returns:
- String representation of this AVControl
-
setSaveString
void setSaveString(java.lang.String save) throws VisADException, java.rmi.RemoteExceptionreconstruct this AVControl using the specified save string- Parameters:
save- - String representation for reconstruction- Throws:
VisADExceptionjava.rmi.RemoteException
-
-
DMelt 3.0 © DataMelt by jWork.ORG