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

unpublished interface XSimpleAnimation
Usage Restrictions
not published
Description
Controls the animation control.

Methods' Summary
start starts the animation of the control.  
stop stops the animation of the control.  
setImageList The list of images to be displayed.  
Methods' Details
start
void
start();

Description
starts the animation of the control.
stop
void
stop();

Description
stops the animation of the control.
setImageList
void
setImageList( [in] sequence< ::com::sun::star::graphic::XGraphic >  ImageList );

Description
The list of images to be displayed.
Top of Page