visad.java2d
Class AVControlJ2D
- java.lang.Object
-
- visad.Control
-
- visad.java2d.AVControlJ2D
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, AVControl
- Direct Known Subclasses:
- AnimationControlJ2D, ValueControlJ2D
public abstract class AVControlJ2D extends Control implements AVControl
AVControlJ2D is the VisAD abstract superclass for AnimationControlJ2D and ValueControlJ2D.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description AVControlJ2D(DisplayImplJ2D d)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidclearSwitches(DataRenderer re)clear all 'pairs' in switches that involve rebooleanequals(java.lang.Object o)Indicates whether or not this instance equals an ObjectvoidselectSwitches(double value, Set animation_set)-
Methods inherited from class visad.Control
addControlListener, animation_string, changeControl, checkTicks, clone, getDisplay, getDisplayRenderer, getInstanceNumber, getSaveString, incTick, nullControl, peekTicks, removeControlListener, resetTicks, setSaveString, setTicks, subCheckTicks, subPeekTicks, subResetTicks, subSetTicks, syncControl, toString
-
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface visad.AVControl
addControlListener, getSaveString, removeControlListener, setSaveString
-
-
-
-
Constructor Detail
-
AVControlJ2D
public AVControlJ2D(DisplayImplJ2D d)
-
-
Method Detail
-
selectSwitches
public void selectSwitches(double value, Set animation_set) throws VisADException- Throws:
VisADException
-
clearSwitches
public void clearSwitches(DataRenderer re)
clear all 'pairs' in switches that involve re- Specified by:
clearSwitchesin interfaceAVControl- Parameters:
re- - DataRenderer used to select SwitchSet objects
-
-
DMelt 3.0 © DataMelt by jWork.ORG