LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
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 {
165 [in]
boolean bUpdateAnimation )
This interface can be used to control an animated sprite object.
Definition: XAnimatedSprite.idl:40
void resetAnimation()
Reset the animation sequence to start with the first frame.
void startAnimation([in] double nSpeed)
Start animation sequence of this sprite.
Interface to control a sprite object.
Definition: XSprite.idl:38
void setViewState([in] ViewState aViewState)
Changes the view state in place for this sprite's animation.
void stopAnimation()
Stop the animation sequence.
void updateAnimation()
Issue an additional render call to this sprite's animation.
This structure contains information passed to each XCanvas render operation.
Definition: RenderState.idl:39
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:32
This structure contains information considered the view state.
Definition: ViewState.idl:37
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.