Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: animations ::

unpublished constants group AnimationNodeType
Usage Restrictions
not published
Description
This constants defines a type for an animation node.
It can be used to quickly identify semantic blocks inside an animation hierachy.
See also
AnimationNode

Constants
CUSTOM Defines a custom time node.  
PAR Defines a parallel time container.  
SEQ Defines a sequence time container.  
ITERATE Defines an iterate time container.  
ANIMATE Defines a generic attribute animation.  
SET Defines a simple mean of just setting the value of an attribute for a specified duration.  
ANIMATEMOTION Defines a move animation along a path.  
ANIMATECOLOR Defines an animation of a color attribute.  
ANIMATETRANSFORM Defines an animation of a transformation attribute.  
TRANSITIONFILTER Defines an animation of a filter behavior.  
AUDIO Defines an audio effect.  
COMMAND Defines a command effect.  
Constants' Details
CUSTOM
const short CUSTOM = 0;
Description
Defines a custom time node.
PAR
const short PAR = 1;
Description
Defines a parallel time container.
SEQ
const short SEQ = 2;
Description
Defines a sequence time container.
ITERATE
const short ITERATE = 3;
Description
Defines an iterate time container.
ANIMATE
const short ANIMATE = 4;
Description
Defines a generic attribute animation.
SET
const short SET = 5;
Description
Defines a simple mean of just setting the value of an attribute for a specified duration.
ANIMATEMOTION
const short ANIMATEMOTION = 6;
Description
Defines a move animation along a path.
ANIMATECOLOR
const short ANIMATECOLOR = 7;
Description
Defines an animation of a color attribute.
ANIMATETRANSFORM
const short ANIMATETRANSFORM = 8;
Description
Defines an animation of a transformation attribute.
TRANSITIONFILTER
const short TRANSITIONFILTER = 9;
Description
Defines an animation of a filter behavior.
AUDIO
const short AUDIO = 10;
Description
Defines an audio effect.
COMMAND
const short COMMAND = 11;
Description
Defines a command effect.
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

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