:: com :: sun :: star :: rendering ::
|
unpublished |
struct AnimationAttributes |
|
|
|
- Description
- This structure contains attributes needed to run an animation.
- Since
- OpenOffice 2.0.0
|
Elements' Summary |
Duration |
Preferred duration of the animation sequence in seconds. |
RepeatMode |
Repeat mode of the animation sequence. |
UntransformedSize |
Size of the untrasnformed animation sequence. |
Elements' Details |
Duration
double Duration;
- Description
- Preferred duration of the animation sequence in seconds.
|
|
RepeatMode
byte RepeatMode;
- Description
- Repeat mode of the animation sequence.
This value determines how the [0,1] parameter space of the animation
should be sweeped through. Permissible values are given in
::com::sun::star::rendering::AnimationRepeat .
- See also
- AnimationRepeat.
|
|
UntransformedSize
::com::sun::star::geometry::RealSize2D UntransformedSize;
- Description
- Size of the untrasnformed animation sequence.
This value specifies the size of the animation when rendered
with the identity view transform. This permits
e.g. ::com::sun::star::rendering::XSprite implementations to cache rendered
animation content in finite-sized bitmaps.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.