Package | Description |
---|---|
gov.nasa.worldwind.util.tree |
A tree control drawn in the WorldWindow.
|
Modifier and Type | Class and Description |
---|---|
class |
WindowShadeAnimation
Animation to minimize a frame with a window shade effect.
|
Modifier and Type | Field and Description |
---|---|
protected Animation |
ScrollFrame.animation
The active animation that is currently playing.
|
protected Animation |
ScrollFrame.minimizeAnimation
An animation to play when the frame is minimized or maximized.
|
Modifier and Type | Method and Description |
---|---|
Animation |
ScrollFrame.getMinimizeAnimation()
Get the animation that is played when the tree frame is minimized.
|
Modifier and Type | Method and Description |
---|---|
void |
ScrollFrame.setMinimizeAnimation(Animation minimizeAnimation)
Set the animation that is played when the tree frame is minimized.
|