LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_rendering_XSprite_idl__
20 #define __com_sun_star_rendering_XSprite_idl__
29 module
com { module sun { module star { module rendering {
Generic interface for poly-polygons in 2D.
Definition: XPolyPolygon2D.idl:35
void move([in] ::com::sun::star::geometry::RealPoint2D aNewPos, [in] ViewState aViewState, [in] RenderState aRenderState)
Move sprite to the specified position.
Interface to control a sprite object.
Definition: XSprite.idl:38
void show()
Make the sprite visible.
void setAlpha([in] double nAlpha)
Set overall transparency of the sprite.
void clip([in] XPolyPolygon2D aClip)
Apply a clipping to the shape output.
This structure contains information passed to each XCanvas render operation.
Definition: RenderState.idl:39
This structure defines a 2 by 3 affine matrix.
Definition: AffineMatrix2D.idl:63
void hide()
Make the sprite invisible.
Definition: Ambiguous.idl:22
void transform([in] com::sun::star::geometry::AffineMatrix2D aTransformation)
Apply a local transformation to the sprite.
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
void setPriority([in] double nPriority)
Set sprite priority.
base interface of all UNO interfaces
Definition: XInterface.idl:48
This structure defines a two-dimensional point.
Definition: RealPoint2D.idl:32
This structure contains information considered the view state.
Definition: ViewState.idl:37