|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object visad.Control visad.java3d.AVControlJ3D
public abstract class AVControlJ3D
AVControlJ3D is the VisAD abstract superclass for AnimationControlJ3D and ValueControlJ3D.
Nested Class Summary | |
---|---|
protected class |
AVControlJ3D.SwitchSet
SwitchSet is an inner class of AVControlJ3D for (Switch, Set, DataRenderer) structures |
Constructor Summary | |
---|---|
AVControlJ3D(DisplayImplJ3D d)
|
Method Summary | |
---|---|
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. |
Methods inherited from class visad.Control |
---|
addControlListener, animation_string, changeControl, checkTicks, clone, getDisplay, getDisplayRenderer, getInstanceNumber, getSaveString, incTick, peekTicks, removeControlListener, resetTicks, setSaveString, setTicks, subCheckTicks, subPeekTicks, subResetTicks, subSetTicks, syncControl, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface visad.AVControl |
---|
addControlListener, getSaveString, removeControlListener, setSaveString |
Constructor Detail |
---|
public AVControlJ3D(DisplayImplJ3D d)
Method Detail |
---|
public void addPair(Switch sw, Set se, DataRenderer re)
public void nullControl()
Control
nullControl
in class Control
public abstract void init() throws VisADException
VisADException
public 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
VisADException
public void clearSwitches(DataRenderer re)
clearSwitches
in interface AVControl
re
- - DataRenderer used to select SwitchSet objectspublic Vector getSwitches()
public boolean equals(Object o)
Control
equals
in class Control
o
- an Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |