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 |
addPair(Switch sw,
Set se,
DataRenderer re,
TrajectoryAVHandlerJ3D adptr) |
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, toString
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addControlListener, getSaveString, removeControlListener, setSaveString
public AVControlJ3D(DisplayImplJ3D d)
public void addPair(Switch sw, Set se, DataRenderer re)
public void addPair(Switch sw, Set se, DataRenderer re, TrajectoryAVHandlerJ3D adptr)
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()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.