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 |
---|---|
AnimationInfo |
ViewManager.getAnimationInfo()
Get the AnimationInfo property.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewManager.setAnimationInfo(AnimationInfo value)
Set the
AnimationInfo property. |
Constructor and Description |
---|
CrossSectionViewManager(ViewContext viewContext,
ViewDescriptor desc,
java.lang.String properties,
AnimationInfo animationInfo)
Create a CrossSectionViewManager with the given context, descriptor, object store,
properties string and animation state.
|
HodographViewManager(ViewContext viewContext,
ViewDescriptor desc,
java.lang.String properties,
AnimationInfo animationInfo)
Create a HodographViewManager with the given context, descriptor,
object store, properties string and animation state.
|
SoundingViewManager(ViewContext viewContext,
ViewDescriptor desc,
java.lang.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,
java.lang.String properties,
AnimationInfo info)
Instantiate this ViewManager with the given AnimationInfo.
|
Modifier and Type | Field and Description |
---|---|
protected AnimationInfo |
CrossSectionControl.animationInfo
animation info for the crossSectionView
|
Modifier and Type | Method and Description |
---|---|
AnimationInfo |
DisplayControlImpl.getAnimationInfo()
Get the AnimationInfo property.
|
AnimationInfo |
CrossSectionControl.getAnimationInfo()
Get the AnimationInfo property.
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayControlImpl.setAnimationInfo(AnimationInfo value)
Set the AnimationInfo property.
|
void |
CrossSectionControl.setAnimationInfo(AnimationInfo value)
Set the AnimationInfo property.
|
Modifier and Type | Method and Description |
---|---|
AnimationInfo |
Flythrough.getAnimationInfo()
Get the AnimationInfo property.
|
Modifier and Type | Method and Description |
---|---|
void |
Flythrough.setAnimationInfo(AnimationInfo value)
Set the AnimationInfo property.
|
Modifier and Type | Method and Description |
---|---|
AnimationInfo |
Animation.getAnimationInfo()
Get the
AnimationInfo associated with this Animation. |
AnimationInfo |
AnimationWidget.getAnimationInfo()
Get the
AnimationInfo associated with this widget. |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AnimationWidget(AnimationInfo info)
Contruct an AnimationWidget using the info supplied.
|
AnimationWidget(javax.swing.JFrame parentf,
Animation anim,
AnimationInfo info)
Contruct a new AnimationWidget.
|