public abstract class AVControlJ3D extends Control implements AVControl
| Modifier and Type | Class and Description |
|---|---|
protected class |
AVControlJ3D.SwitchSet
SwitchSet is an inner class of AVControlJ3D for
(Switch, Set, DataRenderer) structures
|
| Constructor and Description |
|---|
AVControlJ3D(DisplayImplJ3D d) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPair(Switch sw,
Set se,
DataRenderer re) |
void |
clearSwitches(DataRenderer re)
clear all 'pairs' in switches that involve re
|
boolean |
equals(Object o)
Indicates whether or not this instance equals an Object
|
Vector |
getSwitches() |
abstract void |
init() |
void |
nullControl()
end this control (called by ScalarMap.nullDisplay())
|
void |
selectSwitches(double value,
Set animation_set) |
void |
setInterval(int interval)
Sets the time between two steps in the animation set.
|
addControlListener, animation_string, changeControl, checkTicks, clone, getDisplay, getDisplayRenderer, getInstanceNumber, getSaveString, incTick, peekTicks, removeControlListener, resetTicks, setSaveString, setTicks, subCheckTicks, subPeekTicks, subResetTicks, subSetTicks, syncControl, toStringfinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddControlListener, getSaveString, removeControlListener, setSaveStringpublic AVControlJ3D(DisplayImplJ3D d)
public void addPair(Switch sw, Set se, DataRenderer re)
public void nullControl()
ControlnullControl in class Controlpublic abstract void init()
throws VisADException
VisADExceptionpublic void setInterval(int interval)
interval - the time interval in minutes between steps in the
animation setpublic void selectSwitches(double value,
Set animation_set)
throws VisADException
VisADExceptionpublic void clearSwitches(DataRenderer re)
clearSwitches in interface AVControlre - - DataRenderer used to select SwitchSet objectspublic Vector getSwitches()