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

deprecated interface XSimpleAnimation
Usage Restrictions
deprecated
Deprecation Info
You should use XAnimation, AnimatedImagesControl, and AnimatedImagesControlModel.

Methods' Summary
start  
stop  
setImageList  
Methods' Details
start
void
start();

stop
void
stop();

setImageList
void
setImageList( [in] sequence< ::com::sun::star::graphic::XGraphic >  ImageList );

Top of Page