(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

:: com :: sun :: star :: rendering ::

unpublished constants group AnimationRepeat
Usage Restrictions
not published
Description
This are the possible repeat modes for animations.

These constants determine how the [0,1] parameter range of the animation is driven through, thus defining the possible repeat modes.

Since
OOo 2.0.0

Constants
ONE_SHOT The [0,1] parameter range is sweeped through exactly once. 
ONE_SHOT_PINGPONG The [0,1] parameter range is sweeped through exactly twice. 
PINGPONG The [0,1] parameter range is sweeped through infinitely. 
REPEAT The [0,1] parameter range is sweeped through infinitely. 
Constants' Details
ONE_SHOT
const byte ONE_SHOT =0;
Description
The [0,1] parameter range is sweeped through exactly once.

The [0,1] parameter range is sweeped through exactly once, starting with 0 and ending with 1.

ONE_SHOT_PINGPONG
const byte ONE_SHOT_PINGPONG =1;
Description
The [0,1] parameter range is sweeped through exactly twice.

The [0,1] parameter range is sweeped through exactly twice, starting with 0, going to 1, and going back to 0. When plotting the value over time, this yields a triangle curve.

PINGPONG
const byte PINGPONG =2;
Description
The [0,1] parameter range is sweeped through infinitely.

The [0,1] parameter range is sweeped through infinitely, starting with 0, going to 1, and going back to 0, and then starting again. When plotting the value over time, this yields a repeated triangle curve.

REPEAT
const byte REPEAT =3;
Description
The [0,1] parameter range is sweeped through infinitely.

The [0,1] parameter range is sweeped through infinitely, starting with 0, going to 1, and starting with 0 again. When plotting the value over time, this yields a repeated saw-tooth curve.

Top of Page

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.