21module
com { module sun { module star { module rendering {
156 [in]
boolean bUpdateAnimation )
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition IllegalArgumentException.idl:27
This interface can be used to control an animated sprite object.
Definition XAnimatedSprite.idl:31
void setViewState([in] ViewState aViewState)
Changes the view state in place for this sprite's animation.
void setAll([in] ::com::sun::star::geometry::RealPoint2D aNewPos, [in] ViewState aViewState, [in] RenderState aRenderState, [in] double nAlpha, [in] boolean bUpdateAnimation)
Changes all of the sprite's attributes at one atomic instance.
void updateAnimation()
Issue an additional render call to this sprite's animation.
void stopAnimation()
Stop the animation sequence.
void startAnimation([in] double nSpeed)
Start animation sequence of this sprite.
void resetAnimation()
Reset the animation sequence to start with the first frame.
Interface to control a sprite object.
Definition XSprite.idl:29
Definition Ambiguous.idl:20
This structure defines a two-dimensional point.
Definition RealPoint2D.idl:30
This structure contains information passed to each XCanvas render operation.
Definition RenderState.idl:34
This structure contains information considered the view state.
Definition ViewState.idl:33