Uses of Class
ucar.visad.display.AnimationInfo

Packages that use AnimationInfo
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.visad.display Provides support for hiding some of the complexity of the VisAD package. 
 

Uses of AnimationInfo in ucar.unidata.idv
 

Methods in ucar.unidata.idv that return AnimationInfo
 AnimationInfo ViewManager.getAnimationInfo()
          Get the AnimationInfo property.
 

Methods in ucar.unidata.idv with parameters of type AnimationInfo
 void ViewManager.setAnimationInfo(AnimationInfo value)
          Set the AnimationInfo property.
 

Constructors in ucar.unidata.idv with parameters of type AnimationInfo
CrossSectionViewManager(ViewContext viewContext, ViewDescriptor desc, String properties, AnimationInfo animationInfo)
          Create a CrossSectionViewManager with the given context, descriptor, object store, properties string and animation state
SoundingViewManager(ViewContext viewContext, ViewDescriptor desc, String properties, AnimationInfo animationInfo)
          Create a SoundingViewManager with the given context, descriptor, object store, properties string and animation state
ViewManager(ViewContext viewContext, AnimationInfo info)
          Instantiate this ViewManager with the given AnimationInfo
ViewManager(ViewContext viewContext, ViewDescriptor viewDescriptor, String properties, AnimationInfo info)
          Instantiate this ViewManager with the given AnimationInfo
 

Uses of AnimationInfo in ucar.unidata.idv.control
 

Methods in ucar.unidata.idv.control that return AnimationInfo
 AnimationInfo DisplayControlImpl.getAnimationInfo()
          Get the AnimationInfo property.
 AnimationInfo CrossSectionControl.getAnimationInfo()
          Get the AnimationInfo property.
 

Methods in ucar.unidata.idv.control with parameters of type AnimationInfo
 void DisplayControlImpl.setAnimationInfo(AnimationInfo value)
          Set the AnimationInfo property.
 void CrossSectionControl.setAnimationInfo(AnimationInfo value)
          Set the AnimationInfo property.
 

Uses of AnimationInfo in ucar.visad.display
 

Methods in ucar.visad.display that return AnimationInfo
 AnimationInfo Animation.getAnimationInfo()
          Get the AnimationInfo associated with this Animation.
 AnimationInfo AnimationWidget.getAnimationInfo()
          Get the AnimationInfo associated with this widget.
 

Methods in ucar.visad.display with parameters of type AnimationInfo
protected  void AnimationWidget.applyProperties(AnimationInfo info, boolean andShare)
          Apply the info from the dialog
 void AnimationInfo.set(AnimationInfo that)
          Set the state of thie AnimationInfo from the state of another.
 void Animation.setAnimationInfo(AnimationInfo ai)
          Explicitly sets the animation parameters of this instance.
protected  void AnimationPropertiesDialog.setInfo(AnimationInfo transfer)
          set the gui widgets value.
 void AnimationWidget.setProperties(AnimationInfo transfer)
          From the "animationInfo" set of animation properties, set all these values into all the Animation objects held as memeber data.
 

Constructors in ucar.visad.display with parameters of type AnimationInfo
AnimationWidget(AnimationInfo info)
          Contruct an AnimationWidget using the info supplied.
AnimationWidget(JFrame parentf, Animation anim, AnimationInfo info)
          Contruct a new AnimationWidget.