Uses of Class
mhframework.tilemap.MHTileMap

Packages that use MHTileMap
mhframework.tilemap   
 

Uses of MHTileMap in mhframework.tilemap
 

Subclasses of MHTileMap in mhframework.tilemap
 class MHDiamondMap
          Handles the presentation of a diamond (angled) isometric map.
 class MHHexMap
          Handles the presentation of a hexagonal tile map.
 class MHIsometricMap
          Abstract base class for deriving isometric tile maps.
 class MHStaggeredMap
          Handles the presentation of a staggered (layered) isometric map.