Artenus 2D Framework
Artenus Reference

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

InterfaceDescription
EntityInterface for all entities that can be added to a scene.

Class Summary

ClassDescription
EntityCollection

Provides a resizable list of Entity objects that implements Entity, so it can be added to a scene as a single entity.

EntityPairRepresents a pair of connected entities.
FilteredEntitySuperclass of all classes that provide a modification on the behavior of other entities.