visad.java2d
Class AnimationSetControlJ2D

java.lang.Object
  extended by visad.Control
      extended by visad.AnimationSetControl
          extended by visad.java2d.AnimationSetControlJ2D
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class AnimationSetControlJ2D
extends AnimationSetControl

AnimationSetControlJ2D is the VisAD class for sampling Animation steps under Java2D.

See Also:
Serialized Form

Constructor Summary
AnimationSetControlJ2D(DisplayImpl d, AnimationControl p)
           
 
Method Summary
 void setSet(Set s, boolean noChange)
          noChange = true to not trigger changeControl, used by ScalarMap.setRange
 
Methods inherited from class visad.AnimationSetControl
clipCurrent, equals, getIndex, getSaveString, getSet, getValue, setSaveString, setSet, syncControl
 
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

AnimationSetControlJ2D

public AnimationSetControlJ2D(DisplayImpl d,
                              AnimationControl p)
Method Detail

setSet

public void setSet(Set s,
                   boolean noChange)
            throws VisADException,
                   java.rmi.RemoteException
Description copied from class: AnimationSetControl
noChange = true to not trigger changeControl, used by ScalarMap.setRange

Overrides:
setSet in class AnimationSetControl
Throws:
VisADException
java.rmi.RemoteException