|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvisad.Control
visad.AnimationSetControl
public class AnimationSetControl
AnimationSetControl is the VisAD class for sampling Animation steps.
Constructor Summary | |
---|---|
AnimationSetControl(DisplayImpl d,
AnimationControl p)
|
Method Summary | |
---|---|
int |
clipCurrent(int current)
|
boolean |
equals(java.lang.Object o)
|
int |
getIndex(double value)
|
java.lang.String |
getSaveString()
get a string that can be used to reconstruct this control later |
Set |
getSet()
|
double |
getValue(int current)
|
void |
setSaveString(java.lang.String save)
reconstruct this control using the specified save string |
void |
setSet(Set s)
|
void |
setSet(Set s,
boolean noChange)
noChange = true to not trigger changeControl, used by ScalarMap.setRange |
void |
syncControl(Control rmt)
copy the state of a remote control to this control |
Methods inherited from class visad.Control |
---|
addControlListener, animation_string, changeControl, checkTicks, clone, getDisplay, getDisplayRenderer, getInstanceNumber, incTick, nullControl, peekTicks, removeControlListener, resetTicks, setTicks, subCheckTicks, subPeekTicks, subResetTicks, subSetTicks, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AnimationSetControl(DisplayImpl d, AnimationControl p)
Method Detail |
---|
public Set getSet()
public int clipCurrent(int current) throws VisADException
VisADException
public double getValue(int current) throws VisADException
VisADException
public int getIndex(double value) throws VisADException
VisADException
public void setSet(Set s) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public void setSet(Set s, boolean noChange) throws VisADException, java.rmi.RemoteException
VisADException
java.rmi.RemoteException
public java.lang.String getSaveString()
getSaveString
in class Control
public void setSaveString(java.lang.String save) throws VisADException, java.rmi.RemoteException
setSaveString
in class Control
VisADException
java.rmi.RemoteException
public void syncControl(Control rmt) throws VisADException
syncControl
in class Control
VisADException
public boolean equals(java.lang.Object o)
equals
in class Control
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |