Uses of Class
ucar.visad.display.Animation

Packages that use Animation
ucar.unidata.idv The idv package. 
ucar.unidata.idv.control DisplayControls for the IDV - A DisplayControl generally has a data depiction and a control window for modifying or interacting with the display. 
ucar.unidata.idv.flythrough   
ucar.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of Animation in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return Animation
 Animation ViewManager.getAnimation()
          Return the Animation that is used.
 Animation ViewManager.getExternalAnimation()
          Get the ExternalAnimation property.
 

Methods in ucar.unidata.idv with parameters of type Animation
 void ViewManager.setExternalAnimation(Animation value, AnimationWidget widget)
          Set the ExternalAnimation property.
 

Uses of Animation in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return Animation
 Animation DisplayControlImpl.getAnimation()
          Get the animation
protected  Animation DisplayControlImpl.getAnimation(boolean createOurOwn)
          Get the Animation for this display.
protected  Animation DisplayControlImpl.getAnimation(boolean createOurOwn, RealType timeType)
          Get the Animation for this display.
protected  Animation DisplayControlImpl.getAnimation(RealType timeType)
          Create, if needed, and return the Animation to use
protected  Animation DisplayControlImpl.getInternalAnimation()
          Create if needed and return an Animation
protected  Animation DisplayControlImpl.getInternalAnimation(RealType timeType)
          Create if needed and return an Animation
 Animation DisplayControlImpl.getSomeAnimation()
          Get some animation.
 Animation DisplayControlImpl.getViewAnimation()
          Get the Animation that is from the view manager for this control
 

Uses of Animation in ucar.unidata.idv.flythrough
 

Methods in ucar.unidata.idv.flythrough that return Animation
 Animation Flythrough.getAnimation()
          _more_
 

Uses of Animation in ucar.visad.display
 

Methods in ucar.visad.display with parameters of type Animation
 void AnimationWidget.addAnimation(Animation anim)
          Deprecated. use setAnimation();
 void AnimationWidget.setAnimation(Animation newAnimation)
          Sets the ucar.visad.display.Animation controlled by this widget.
 void DisplayMaster.setAnimation(Animation animation, AnimationWidget animationWidget)
          Set the Animation for this DisplayMaster
 

Constructors in ucar.visad.display with parameters of type Animation
Animation(Animation that)
          Construct a new Animation from another one
AnimationWidget(JFrame parentf, Animation anim)
          Construct an AnimationWidget using the parent, the Animation
AnimationWidget(JFrame parentf, Animation anim, AnimationInfo info)
          Contruct a new AnimationWidget.