Package rle.core.ui

Interface Summary
Camera A view into the game.
CameraModel Handles the internals that drive the Camera display.
CameraModelListener Implemented by classes that need to know what's going on with the CameraModel.
FieldOfViewEngine Computes field-of-view.
Layerer Discerns painting priority among Things.
Perspective PlugIn interface for objects that render and control the ui the user sees.
PlayPerspective Perspective for use when playing a roguelike game.
UiAction Implemented by classes that perform an action in response to a UI event, such as a keypress.
 

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.