19 #ifndef __com_sun_star_rendering_XAnimatedSprite_idl__
20 #define __com_sun_star_rendering_XAnimatedSprite_idl__
30 module com { module sun { module star { module rendering {
62 void startAnimation( [in]
double nSpeed );
84 void resetAnimation();
96 void updateAnimation();
120 void setViewState( [in]
ViewState aViewState )
165 [in]
boolean bUpdateAnimation )
This structure contains information passed to each XCanvas render operation.
Definition: RenderState.idl:38
This structure contains information considered the view state.
Definition: ViewState.idl:36
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:31
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
This interface can be used to control an animated sprite object.
Definition: XAnimatedSprite.idl:39
Interface to control a sprite object.
Definition: XSprite.idl:37