Uses of Class
aim4.util.TiledArea.Tile

Packages that use TiledArea.Tile
aim4.util This package contains some helper functions and classes. 
 

Uses of TiledArea.Tile in aim4.util
 

Methods in aim4.util that return TiledArea.Tile
 TiledArea.Tile TiledArea.getTile(int x, int y)
          Get the tile at the (x,y) location in the grid
 TiledArea.Tile TiledArea.getTileById(int id)
          Get a tile according to its id.
 

Methods in aim4.util that return types with arguments of type TiledArea.Tile
 List<TiledArea.Tile> TiledArea.findOccupiedTiles(Shape shape)
          Get the list of tiles that are occupied by the given Shape.
 



Copyright © 2011. All Rights Reserved.