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.control.chart |
Charting facilities used by DisplayControls.
|
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 |
---|---|
AnimationWidget |
ViewManager.getAnimationWidget()
Return the
AnimationWidget
that is used. |
AnimationWidget |
ViewManager.getExternalAnimationWidget()
Get the ExternalAnimationWidget property.
|
Modifier and Type | Method and Description |
---|---|
void |
ViewManager.setExternalAnimation(Animation value,
AnimationWidget widget)
Set the ExternalAnimation property.
|
Modifier and Type | Method and Description |
---|---|
AnimationWidget |
DisplayControlImpl.getAnimationWidget()
Create, if needed, and return the AnimationWidget
|
Modifier and Type | Field and Description |
---|---|
protected AnimationWidget |
ChartWrapper.animationWidget
The widget
|
Modifier and Type | Method and Description |
---|---|
AnimationWidget |
Flythrough.getAnimationWidget()
_more_
|
Modifier and Type | Method and Description |
---|---|
void |
DisplayMaster.setAnimation(Animation animation,
AnimationWidget animationWidget)
Set the Animation for this DisplayMaster
|
Constructor and Description |
---|
AnimationBoxPanel(AnimationWidget widget)
Default Constructor
|
AnimationBoxPanel(AnimationWidget widget,
boolean[] okArray)
Default Constructor
|
AnimationPropertiesDialog(AnimationWidget animationWidget,
javax.swing.JFrame parent,
AnimationBoxPanel boxPanel)
Constuctor with input string naming for what data
|