Uses of Interface
gov.nasa.worldwind.util.tree.Animation
-
Packages that use Animation Package Description gov.nasa.worldwind.util.tree A tree control drawn in the WorldWindow. -
-
Uses of Animation in gov.nasa.worldwind.util.tree
Classes in gov.nasa.worldwind.util.tree that implement Animation Modifier and Type Class Description classWindowShadeAnimationAnimation to minimize a frame with a window shade effect.Fields in gov.nasa.worldwind.util.tree declared as Animation Modifier and Type Field Description protected AnimationScrollFrame. animationThe active animation that is currently playing.protected AnimationScrollFrame. minimizeAnimationAn animation to play when the frame is minimized or maximized.Methods in gov.nasa.worldwind.util.tree that return Animation Modifier and Type Method Description AnimationScrollFrame. getMinimizeAnimation()Get the animation that is played when the tree frame is minimized.Methods in gov.nasa.worldwind.util.tree with parameters of type Animation Modifier and Type Method Description voidScrollFrame. setMinimizeAnimation(Animation minimizeAnimation)Set the animation that is played when the tree frame is minimized.
-