Uses of Class
ucar.visad.display.AnimationInfo
Packages that use AnimationInfo
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 AnimationInfo in ucar.unidata.idv
Methods in ucar.unidata.idv that return AnimationInfoMethods in ucar.unidata.idv with parameters of type AnimationInfoModifier and TypeMethodDescriptionvoid
ViewManager.setAnimationInfo
(AnimationInfo value) Set theAnimationInfo
property.Constructors in ucar.unidata.idv with parameters of type AnimationInfoModifierConstructorDescriptionCrossSectionViewManager
(ViewContext viewContext, ViewDescriptor desc, String properties, AnimationInfo animationInfo) Create a CrossSectionViewManager with the given context, descriptor, object store, properties string and animation state.HodographViewManager
(ViewContext viewContext, ViewDescriptor desc, String properties, AnimationInfo animationInfo) Create a HodographViewManager 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, ViewDescriptor viewDescriptor, String properties, AnimationInfo info) Instantiate this ViewManager with the given AnimationInfo.ViewManager
(ViewContext viewContext, AnimationInfo info) Instantiate this ViewManager with the given AnimationInfo -
Uses of AnimationInfo in ucar.unidata.idv.control
Fields in ucar.unidata.idv.control declared as AnimationInfoModifier and TypeFieldDescriptionprotected AnimationInfo
CrossSectionControl.animationInfo
animation info for the crossSectionViewMethods in ucar.unidata.idv.control that return AnimationInfoModifier and TypeMethodDescriptionCrossSectionControl.getAnimationInfo()
Get the AnimationInfo property.DisplayControlImpl.getAnimationInfo()
Get the AnimationInfo property.Methods in ucar.unidata.idv.control with parameters of type AnimationInfoModifier and TypeMethodDescriptionvoid
CrossSectionControl.setAnimationInfo
(AnimationInfo value) Set the AnimationInfo property.void
DisplayControlImpl.setAnimationInfo
(AnimationInfo value) Set the AnimationInfo property. -
Uses of AnimationInfo in ucar.unidata.idv.flythrough
Methods in ucar.unidata.idv.flythrough that return AnimationInfoMethods in ucar.unidata.idv.flythrough with parameters of type AnimationInfoModifier and TypeMethodDescriptionvoid
Flythrough.setAnimationInfo
(AnimationInfo value) Set the AnimationInfo property. -
Uses of AnimationInfo in ucar.visad.display
Methods in ucar.visad.display that return AnimationInfoModifier and TypeMethodDescriptionAnimation.getAnimationInfo()
Get theAnimationInfo
associated with this Animation.AnimationWidget.getAnimationInfo()
Get theAnimationInfo
associated with this widget.Methods in ucar.visad.display with parameters of type AnimationInfoModifier and TypeMethodDescriptionprotected void
AnimationWidget.applyProperties
(AnimationInfo info, boolean andShare) Apply the info from the dialogvoid
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 AnimationInfoModifierConstructorDescriptionAnimationWidget
(JFrame parentf, Animation anim, AnimationInfo info) Contruct a new AnimationWidget.AnimationWidget
(AnimationInfo info) Contruct an AnimationWidget using the info supplied.