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

interface XAnimation

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