|
Gridarta Editor
|
AnimationObjects is a container for AnimationObjects. More...
Inheritance diagram for net.sf.gridarta.model.anim.AnimationObjects:
Collaboration diagram for net.sf.gridarta.model.anim.AnimationObjects:Public Member Functions | |
| void | addAnimationObject (@NotNull String animName, @NotNull String list, @NotNull String path) throws DuplicateAnimationException, IllegalAnimationException |
| Add an animation object. More... | |
Public Member Functions inherited from net.sf.gridarta.model.data.NamedObjects< E extends NamedObject > | |
| boolean | containsKey (@NotNull String name) |
| Check whether an object is defined. More... | |
| E | get (@NotNull String objectName) |
| Gets a AbstractNamedObject. More... | |
| String | getName () |
| Returns the tree name. More... | |
| NamedTreeNode< E > | getTreeRoot () |
| Get the object tree root. More... | |
| Iterator< E > | iterator () |
| NamedObjects are iterated in Unicode (=case sensitive ASCII) order. More... | |
| int | size () |
| Get the number of objects. More... | |
AnimationObjects is a container for AnimationObjects.
Definition at line 30 of file AnimationObjects.java.
| void net.sf.gridarta.model.anim.AnimationObjects.addAnimationObject | ( | @NotNull String | animName, |
| @NotNull String | list, | ||
| @NotNull String | path | ||
| ) | throws DuplicateAnimationException, IllegalAnimationException |
Add an animation object.
| animName | name of the animation object |
| list | list with individual frames |
| path | the path for the animation object |
| DuplicateAnimationException | in case the animation was not unique |
| IllegalAnimationException | if the animation cannot be added |
Implemented in net.sf.gridarta.model.anim.AbstractAnimationObjects.
Referenced by net.sf.gridarta.model.io.AbstractArchetypeParser< G, A, R, ?>.parseAnim().
Here is the caller graph for this function: