public interface AVControl
| Modifier and Type | Method and Description |
|---|---|
void |
addControlListener(ControlListener listener)
in future, notify listener of changes in this AVControl
|
void |
clearSwitches(DataRenderer re)
remove all references to SwitchSet objects involving re
|
java.lang.String |
getSaveString() |
void |
removeControlListener(ControlListener listener)
stop notifying listener of changes in this AVControl
|
void |
setSaveString(java.lang.String save)
reconstruct this AVControl using the specified save string
|
void clearSwitches(DataRenderer re)
re - - DataRenderer used to select SwitchSet objectsvoid addControlListener(ControlListener listener)
listener - - ControlListener to notifyvoid removeControlListener(ControlListener listener)
listener - - ControlListener to stop notifyingjava.lang.String getSaveString()
void setSaveString(java.lang.String save)
throws VisADException,
java.rmi.RemoteException
save - - String representation for reconstructionVisADExceptionjava.rmi.RemoteException