Gridarta Editor
|
Public Member Functions | |
TestAnimationObjects () | |
![]() | |
void | addAnimationObject (@NotNull final String animName, @NotNull final String list, @NotNull final String path) throws DuplicateAnimationException, IllegalAnimationException |
![]() | |
boolean | containsKey (@NotNull final String name) |
E | get (@NotNull final String objectName) |
String | getName () |
NamedTreeNode< E > | getTreeRoot () |
Iterator< E > | iterator () |
int | size () |
![]() | |
boolean | containsKey ( @NotNull String name) |
E | get ( @NotNull String objectName) |
String | getName () |
NamedTreeNode< E > | getTreeRoot () |
Iterator< E > | iterator () |
int | size () |
![]() | |
boolean | containsKey (@NotNull String name) |
E | get (@NotNull String objectName) |
String | getName () |
NamedTreeNode< E > | getTreeRoot () |
Iterator< E > | iterator () |
int | size () |
Static Private Attributes | |
static final long | serialVersionUID = 1L |
Additional Inherited Members | |
![]() | |
AbstractAnimationObjects (final String name) | |
![]() | |
AbstractNamedObjects (final String name) | |
void | put (@NotNull final E object) throws IllegalNamedObjectException |
An AnimationObjects for regression tests.
Definition at line 26 of file TestAnimationObjects.java.
net.sf.gridarta.model.anim.TestAnimationObjects.TestAnimationObjects | ( | ) |
Creates a new instance.
Definition at line 36 of file TestAnimationObjects.java.
|
staticprivate |
The serial version UID.
Definition at line 31 of file TestAnimationObjects.java.