Uses of Class
ucar.visad.display.Animation
Packages that use Animation
Package
Description
The idv package.
DisplayControls for the IDV - A DisplayControl generally has a data
depiction and a control window for modifying or interacting with the
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 AnimationModifier and TypeMethodDescriptionViewManager.getAnimation()
Return theAnimation
that is used.ViewManager.getExternalAnimation()
Get the ExternalAnimation property.Methods in ucar.unidata.idv with parameters of type AnimationModifier and TypeMethodDescriptionvoid
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 AnimationModifier and TypeMethodDescriptionDisplayControlImpl.getAnimation()
Get the animationprotected 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 useprotected Animation
DisplayControlImpl.getInternalAnimation()
Create if needed and return an Animationprotected Animation
DisplayControlImpl.getInternalAnimation
(RealType timeType) Create if needed and return an AnimationDisplayControlImpl.getSomeAnimation()
Get some 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 -
Uses of Animation in ucar.visad.display
Methods in ucar.visad.display with parameters of type AnimationModifier and TypeMethodDescriptionvoid
AnimationWidget.addAnimation
(Animation anim) Adds anucar.visad.display.Animation
to be controlled by this widget.void
AnimationWidget.setAnimation
(Animation newAnimation) Sets theucar.visad.display.Animation
controlled by this widget.void
DisplayMaster.setAnimation
(Animation animation, AnimationWidget animationWidget) Set the Animation for this DisplayMasterConstructors in ucar.visad.display with parameters of type AnimationModifierConstructorDescriptionprotected
Construct a new Animation from another oneAnimationWidget
(JFrame parentf, Animation anim) Construct an AnimationWidget using the parent, the AnimationAnimationWidget
(JFrame parentf, Animation anim, AnimationInfo info) Contruct a new AnimationWidget.