:: com :: sun :: star :: awt ::

interface XAnimation
Description
allows controlling an animation.
Since
OOo 3.4

Methods' Summary
startAnimation starts the animation  
stopAnimation stops the animation  
isAnimationRunning determines whether the animation is currently running  
Methods' Details
startAnimation
void
startAnimation();

Description
starts the animation
stopAnimation
void
stopAnimation();

Description
stops the animation
isAnimationRunning
boolean
isAnimationRunning();

Description
determines whether the animation is currently running
Top of Page