Uses of Class
rle.core.board.RLDimension

Packages that use RLDimension
rle.core.board   
rle.core.data   
rle.core.ui   
 

Uses of RLDimension in rle.core.board
 

Methods in rle.core.board that return RLDimension
static RLDimension RLDimension.dimension(int width, int height)
           
 RLDimension Thing.getSize()
          Get the dimensions of this Object in the Board.
 RLDimension Locator.size()
          Returns the dimensions of the bounding rectangle.
 RLDimension RLRectangle.size()
           
 

Methods in rle.core.board with parameters of type RLDimension
 void Thing.setSize(RLDimension d)
          Set the dimensions of this Object in the Board.
 

Constructors in rle.core.board with parameters of type RLDimension
Locator(Board board, RLPoint loc, RLDimension dim)
           
 

Uses of RLDimension in rle.core.data
 

Methods in rle.core.data that return RLDimension
 RLDimension LookupTableView.getSize()
           
 

Uses of RLDimension in rle.core.ui
 

Methods in rle.core.ui that return RLDimension
 RLDimension CameraModel.getTileSize()
          Retrieve the tile size.
 RLDimension CameraModelBase.getTileSize()
          Retrieve the tile size.
 RLDimension CameraModel.getViewportSize()
          The size in grids of the viewport.
 RLDimension CameraModelBase.getViewportSize()
          The size in grids of the viewport.
 

Methods in rle.core.ui with parameters of type RLDimension
 void CameraModel.setTileSize(RLDimension d)
          Set the tile size.
 void CameraModelBase.setTileSize(RLDimension d)
          Set the tile size.