com.annahid.libs.artenus.entities
Contains the entity framework. Entities are objects or collections of objects that make up a
scene. Using the entities framework, all entities can be treated in a unified way, regardless
of their specific characteristics.
Interface Summary
| Interface | Description |
|---|---|
| Entity | Interface for all entities that can be added to a scene. |
Class Summary
| Class | Description |
|---|---|
| EntityCollection | Provides a resizable list of Entity objects that implements |
| EntityPair | Represents a pair of connected entities. |
| FilteredEntity | Superclass of all classes that provide a modification on the behavior of other entities. |