Uses of Class
ch.aplu.android.GGTileMap

Packages that use GGTileMap
ch.aplu.android Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. 
 

Uses of GGTileMap in ch.aplu.android
 

Methods in ch.aplu.android that return GGTileMap
 GGTileMap GameGrid.createTileMap(int nbHorzTiles, int nbVertTiles, int tileWidth, int tileHeight)
          Creates a TileMap with the specified number of horizontal and vertical tiles.
 GGTileMap GameGrid.getTileMap()
          Returns the reference to the GGTileMap.