LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_rendering_XAnimation_idl__
20 #define __com_sun_star_rendering_XAnimation_idl__
29 module
com { module sun { module star { module rendering {
void render([in] XCanvas canvas, [in] ViewState viewState, [in] double t)
Render the animation content at time t into the specified canvas.
This structure contains attributes needed to run an animation.
Definition: AnimationAttributes.idl:31
This interface defines an animation sequence.
Definition: XAnimation.idl:46
AnimationAttributes getAnimationAttributes()
Request the attribute information for this animation.
Central interface for rendering.
Definition: XCanvas.idl:114
Definition: Ambiguous.idl:22
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
base interface of all UNO interfaces
Definition: XInterface.idl:48
This structure contains information considered the view state.
Definition: ViewState.idl:37