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.
|
|
Copyright © 2010 Sun Microsystems, Inc.