20 package net.sf.gridarta.model.anim;
24 import org.jetbrains.annotations.NotNull;
58 throw new DuplicateAnimationException(animationObject);
The data package contains classes for handling data that is organized in a tree.
AbstractAnimationObjects(final String name)
Creates a new instance.
Exception thrown to indicate that an animation object is not acceptable.
Base package of all Gridarta classes.
void addAnimationObject(@NotNull final String animName, @NotNull final String list, @NotNull final String path)
Adds a new animation object.
boolean containsKey(@NotNull final String name)
This class manages NamedObjects, managing their tree as well as providing a method for showing a dial...
AnimationObjects is a container for AnimationObjects.
An AnimationObject reflects the animation ("@code anim\n @endcode " ...
Abstract base implementation of AnimationObject.
Abstract base class for AnimationObjects implementations.
void put(@NotNull final E object)
Store a AbstractNamedObject.
Exception thrown to indicate that a named object is not acceptable.
Exception that's thrown in case an animation name was not unique.
final String name
The localized name of the object type, e.g.
static final long serialVersionUID
The serial version UID.