Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Animation |
ViewManager.getAnimation()
Return the
Animation
that is used. |
Animation |
ViewManager.getExternalAnimation()
Get the ExternalAnimation property.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewManager.setExternalAnimation(Animation value,
AnimationWidget widget)
Set the ExternalAnimation property.
|
Modifier and Type | Method and Description |
---|---|
Animation |
DisplayControlImpl.getAnimation()
Get the animation
|
protected Animation |
DisplayControlImpl.getAnimation(boolean createOurOwn)
Get the Animation for this display.
|
protected Animation |
DisplayControlImpl.getAnimation(boolean createOurOwn,
visad.RealType timeType)
Get the Animation for this display.
|
protected Animation |
DisplayControlImpl.getAnimation(visad.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(visad.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
|
Modifier and Type | Method and Description |
---|---|
Animation |
Flythrough.getAnimation()
_more_
|
Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
Animation(Animation that)
Construct a new Animation from another one
|
AnimationWidget(javax.swing.JFrame parentf,
Animation anim)
Construct an AnimationWidget using the parent, the
Animation
|
AnimationWidget(javax.swing.JFrame parentf,
Animation anim,
AnimationInfo info)
Contruct a new AnimationWidget.
|