public interface AnimationObjects extends NamedObjects<AnimationObject>
AnimationObjects.| Modifier and Type | Method and Description |
|---|---|
void |
addAnimationObject(@NotNull java.lang.String animName,
@NotNull java.lang.String list,
@NotNull java.lang.String path)
Add an animation object.
|
containsKey, get, getName, getTreeRoot, iterator, sizevoid addAnimationObject(@NotNull
@NotNull java.lang.String animName,
@NotNull
@NotNull java.lang.String list,
@NotNull
@NotNull java.lang.String path)
throws DuplicateAnimationException,
IllegalAnimationException
animName - name of the animation objectlist - list with individual framespath - the path for the animation objectDuplicateAnimationException - in case the animation was not uniqueIllegalAnimationException - if the animation cannot be added