Uses of Interface
rle.core.ui.PlayPerspective

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

Uses of PlayPerspective in rle.core.ui
 

Classes in rle.core.ui that implement PlayPerspective
 class PlayPerspectiveBase
          Shows the view while playing the game.
 

Fields in rle.core.ui declared as PlayPerspective
protected  PlayPerspective CameraModelBase.perspective
           
 

Methods in rle.core.ui that return PlayPerspective
 PlayPerspective CameraModel.getPerspective()
           
 PlayPerspective CameraModelBase.getPerspective()
           
 

Methods in rle.core.ui with parameters of type PlayPerspective
 void CameraModel.setPerspective(PlayPerspective pp)
           
 void CameraModelBase.setPerspective(PlayPerspective pp)
           
 

Uses of PlayPerspective in rle.simple.ui
 

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