Uses of Interface
rle.core.ui.Camera

Packages that use Camera
rle.core.ui   
 

Uses of Camera in rle.core.ui
 

Classes in rle.core.ui that implement Camera
 class CameraBase
          Base class for Cameras.
 class TextCamera
          Draws the board view using a textual representation.
 class TileCamera
          Draws the board view using a textual representation.
 

Methods in rle.core.ui that return Camera
 Camera CameraModel.getCamera()
          Retrieve the camera.
 Camera CameraModelBase.getCamera()
          Retrieve the camera.
 Camera PlayPerspective.getCamera()
          Return the camera.
 Camera PlayPerspectiveBase.getCamera()
           
 

Methods in rle.core.ui with parameters of type Camera
 void CameraModel.setCamera(Camera c)
          Set the camera.
 void CameraModelBase.setCamera(Camera c)
          Set the camera.