See: Description
| Interface | Description |
|---|---|
| AnimationObject |
An AnimationObject reflects the animation ("
anim\n" ... |
| AnimationObjects |
AnimationObjects is a container for
AnimationObjects. |
| Class | Description |
|---|---|
| AbstractAnimationObjects |
Abstract base class for
AnimationObjects implementations. |
| AnimationValidator |
Utility class for validating
AnimationObject instances. |
| DefaultAnimationObject |
Abstract base implementation of
AnimationObject. |
| DefaultAnimationObjects |
Abstract base implementation of
AnimationObjects. |
| Exception | Description |
|---|---|
| AnimationParseException |
This exception is thrown when parsing an animation definition file (
arch/animations and arch/**.anim) revealed that such a file contains
an error. |
| DuplicateAnimationException |
Exception that's thrown in case an animation name was not unique.
|
| IllegalAnimationException |
Exception thrown to indicate that an animation object is not acceptable.
|