Gridarta Editor
net.sf.gridarta.model.anim.DefaultAnimationObjects Class Reference

Abstract base implementation of AnimationObjects. More...

+ Inheritance diagram for net.sf.gridarta.model.anim.DefaultAnimationObjects:
+ Collaboration diagram for net.sf.gridarta.model.anim.DefaultAnimationObjects:

Public Member Functions

 DefaultAnimationObjects ()
 Creates a new instance. More...
 
- Public Member Functions inherited from net.sf.gridarta.model.anim.AbstractAnimationObjects
void addAnimationObject (@NotNull final String animName, @NotNull final String list, @NotNull final String path) throws DuplicateAnimationException, IllegalAnimationException
 Adds a new animation object. More...
 
- Public Member Functions inherited from net.sf.gridarta.model.data.AbstractNamedObjects< E extends NamedObject >
boolean containsKey (@NotNull final String name)
 
get (@NotNull final String objectName)
 
String getName ()
 
NamedTreeNode< E > getTreeRoot ()
 
Iterator< E > iterator ()
 
int size ()
 
- Public Member Functions inherited from net.sf.gridarta.model.data.NamedObjects< E >
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...
 
- 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...
 

Static Private Attributes

static final ActionBuilder ACTION_BUILDER = ActionBuilderFactory.getInstance().getActionBuilder("net.sf.gridarta")
 Action Builder. More...
 
static final long serialVersionUID = 1L
 The serial version UID. More...
 

Additional Inherited Members

- Protected Member Functions inherited from net.sf.gridarta.model.anim.AbstractAnimationObjects
 AbstractAnimationObjects (final String name)
 Creates a new instance. More...
 
- Protected Member Functions inherited from net.sf.gridarta.model.data.AbstractNamedObjects< E extends NamedObject >
 AbstractNamedObjects (final String name)
 Create a NamedObjects instance. More...
 
void put (@NotNull final E object) throws IllegalNamedObjectException
 Store a AbstractNamedObject. More...
 

Detailed Description

Abstract base implementation of AnimationObjects.

Author
Christian Hujer

Definition at line 31 of file DefaultAnimationObjects.java.

Constructor & Destructor Documentation

◆ DefaultAnimationObjects()

net.sf.gridarta.model.anim.DefaultAnimationObjects.DefaultAnimationObjects ( )

Creates a new instance.

Definition at line 47 of file DefaultAnimationObjects.java.

References net.sf.gridarta.utils.ActionBuilderUtils.getString().

+ Here is the call graph for this function:

Member Data Documentation

◆ ACTION_BUILDER

final ActionBuilder net.sf.gridarta.model.anim.DefaultAnimationObjects.ACTION_BUILDER = ActionBuilderFactory.getInstance().getActionBuilder("net.sf.gridarta")
staticprivate

Action Builder.

Definition at line 42 of file DefaultAnimationObjects.java.

◆ serialVersionUID

final long net.sf.gridarta.model.anim.DefaultAnimationObjects.serialVersionUID = 1L
staticprivate

The serial version UID.

Definition at line 36 of file DefaultAnimationObjects.java.


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