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
|
String |
getSaveString() |
void |
removeControlListener(ControlListener listener)
stop notifying listener of changes in this AVControl
|
void |
setSaveString(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 notifyingString getSaveString()
void setSaveString(String save) throws VisADException, RemoteException
save
- - String representation for reconstructionVisADException
RemoteException
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.