Artenus 2D Framework
Artenus Reference

com.annahid.libs.artenus.core

Contains core components of the framework, including stage, scenes, and dialogs. The basic architecture of the framework consists of an Artenus activity, which contains a single instance of Stage. The game flow is controlled by switching Scene objects on the stage.

Interface Summary

InterfaceDescription
StageRepresents the stage.
StageManagerInterface for classes that handle stage events.

Class Summary

ClassDescription
DialogSuperclass for all dialogs.
SceneRepresents a single scene in a game.

Enum Summary

EnumDescription
StageEventsEvents that can happen during the stage's lifecycle.