-
Interface Summary
Interface |
Description |
ClassBasic |
Basis-class for animation.model, with a getId() method.
|
-
Class Summary
Class |
Description |
ClassContent<E extends ClassBasic> |
The most classes in animation.model have a hashtable which store all instances of this class.
|
Package desmoj.extensions.visualization2d.engine.orga Description
Storage of animation properties.
The interface ClassBasic describe a class with an getId Method. All classes in animation.model
(except Model and ModelException) implements this interface.
The most classes in animation.model have a static hashtable which store all instances of this class.
This hashtable with it management-methods (put, get, exist) are implemented in ClassContent.