(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 :: presentation ::

unpublished constants group EffectNodeType
Usage Restrictions
not published
Description
This constants defines a type for an animation effect node.
This is stored with the name node-type inside the ::::com::sun::star::animations::XAnimationNode::UserData sequence.
This does not manipulate the timing or syncronization. It can be used to quickly identify semantic blocks inside an animation hierachy.
See also
::com::sun::star::animations::AnimationNode

Constants
DEFAULT This node has no special meaning.  
ON_CLICK This node contains an effect that starts on click.  
WITH_PREVIOUS This node contains an effect that starts with a previous effect.  
AFTER_PREVIOUS This node contains an effect that starts after a previous effect has finished.  
MAIN_SEQUENCE This is the main sequence for effects that is automaticaly started.  
TIMING_ROOT This is the root sequence.  
INTERACTIVE_SEQUENCE This is a sequence with effects that starts due to user interaction.  
Constants' Details
DEFAULT
const short DEFAULT = 0;
Description
This node has no special meaning.
ON_CLICK
const short ON_CLICK = 1;
Description
This node contains an effect that starts on click.
WITH_PREVIOUS
const short WITH_PREVIOUS = 2;
Description
This node contains an effect that starts with a previous effect.
AFTER_PREVIOUS
const short AFTER_PREVIOUS = 3;
Description
This node contains an effect that starts after a previous effect has finished.
MAIN_SEQUENCE
const short MAIN_SEQUENCE = 4;
Description
This is the main sequence for effects that is automaticaly started.
TIMING_ROOT
const short TIMING_ROOT = 5;
Description
This is the root sequence.
INTERACTIVE_SEQUENCE
const short INTERACTIVE_SEQUENCE = 6;
Description
This is a sequence with effects that starts due to user interaction.
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.