Class Summary |
CameraBase |
Base class for Cameras. |
CameraModelBase |
Handles the internals that drive the Camera display. |
CommandSet |
Class that encapsulates a set of commands which are available to the player
at a given point in time. |
ComponentPlugInBase |
Base class for PlugIns that also subclass JComponent. |
FieldOfViewEngineBase |
Recursive field-of-view class implementing a spiraling shadow-casting
algorithm. |
Layer |
A single layer of Things. |
MessageBar |
Shows messages. |
PerspectiveBase |
A base class for Perspectives. |
PlayPerspectiveBase |
Shows the view while playing the game. |
RuntimeAttributeLabel |
A UI Component that listens to a particular attribute of
RuntimeData and keeps itself updated with the present value. |
TextCamera |
Draws the board view using a textual representation. |
TextFilePerspective |
A useful Perspective for displaying information from a file. |
TileCamera |
Draws the board view using a textual representation. |
UiActionBase |
Base class for classes that perform an action in response to a UI event,
such as a keypress. |