Uses of Interface
rle.core.ui.Perspective

Packages that use Perspective
rle.core   
rle.core.ui   
rle.simple   
rle.simple.ui   
 

Uses of Perspective in rle.core
 

Fields in rle.core declared as Perspective
protected  Perspective GameContextBase.currentPerspective
           
 

Methods in rle.core that return Perspective
 Perspective GameContext.currentPerspective()
          The current Perspective.
 Perspective GameContextBase.currentPerspective()
           
 

Methods in rle.core with parameters of type Perspective
 void GameContextBase.setCurrentPerspective(Perspective currentPerspective)
           
 

Uses of Perspective in rle.core.ui
 

Subinterfaces of Perspective in rle.core.ui
 interface PlayPerspective
          Perspective for use when playing a roguelike game.
 

Classes in rle.core.ui that implement Perspective
 class PerspectiveBase
          A base class for Perspectives.
 class PlayPerspectiveBase
          Shows the view while playing the game.
 class TextFilePerspective
          A useful Perspective for displaying information from a file.
 

Uses of Perspective in rle.simple
 

Methods in rle.simple with parameters of type Perspective
 void SimpleGame.setCurrentPerspective(Perspective p)
          Set the current Perspective, which controls the user experience.
 

Uses of Perspective in rle.simple.ui
 

Classes in rle.simple.ui that implement Perspective
 class SimplePlayPerspective
          Shows the view while playing the game.