Gridarta Editor
net.sf.gridarta.model.anim.AnimationObjects Interface Reference

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...
 
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...
 

Detailed Description

AnimationObjects is a container for AnimationObjects.

Author
Christian Hujer

Definition at line 30 of file AnimationObjects.java.

Member Function Documentation

◆ addAnimationObject()

void net.sf.gridarta.model.anim.AnimationObjects.addAnimationObject ( @NotNull String  animName,
@NotNull String  list,
@NotNull String  path 
) throws DuplicateAnimationException, IllegalAnimationException

Add an animation object.

Parameters
animNamename of the animation object
listlist with individual frames
paththe path for the animation object
Exceptions
DuplicateAnimationExceptionin case the animation was not unique
IllegalAnimationExceptionif 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:

The documentation for this interface was generated from the following file: