|
Interface Summary |
| Chainable<T> |
This interface can be used to generate some kind of a Linked List. |
| DoublyChainable<T> |
This interface can be used to generate some kind of a Linked List. |
| Enableable |
Simple interface for classes, which's objects can be enabled or disabled. |
| NamableObject |
A NamableObject is a NamedObject extension, that has an
additional setter for the name property. |
| NamedObject |
A NamedObject is an Object, that has a name, that can be retrieved
through the NamedObject.getName() method. |
| Placeable |
Placeable object : you can get/set Position and Rotation |
| Positioned2f |
A Sized2f class provides getters and setters for the size. |
| Positioned2i |
A Positioned2i class provides getters and setters for the position. |
| Sized2f |
A Sized2f class provides getters and setters for the size. |
| Sized2i |
A Sized2i class provides getters as well as setters for the size. |
| Sized2iRO |
A Sized2iRO class provides getters but no setters for the size. |