| Class | Description |
|---|---|
| AbstractAnimation |
An abstract base class for the different types of animation.
|
| AnimationEngine |
An abstract base class for managing animation in a document.
|
| AnimationEngine.AnimationInfo |
Class to hold target information of an animation.
|
| AnimationEngine.Sandwich |
Class to hold an animation sandwich for a particular attribute.
|
| AnimationEngine.TargetInfo |
Class to hold XML and CSS animations for a target element.
|
| ColorAnimation |
An animation class for 'animateColor' animations.
|
| InterpolatingAnimation |
An abstract animation class for those animations that interpolate
values.
|
| MotionAnimation |
An animation class for 'animateMotion' animations.
|
| SetAnimation |
An animation class for 'set' animations.
|
| SimpleAnimation |
An animation class for 'animate' animations.
|
| TransformAnimation |
An animation class for 'animateTransform' animations.
|
| Exception | Description |
|---|---|
| AnimationException |
An exception class for SMIL animation exceptions.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.