Uses of Class
com.b3dgs.lionengine.game.map.AbstractTileMap

Packages that use AbstractTileMap
com.b3dgs.lionengine.game.map   
com.b3dgs.lionengine.game.platform   
com.b3dgs.lionengine.utility   
 

Uses of AbstractTileMap in com.b3dgs.lionengine.game.map
 

Subclasses of AbstractTileMap in com.b3dgs.lionengine.game.map
 class AbstractPathMap<TTile extends AbstractPathTile>
          Abstract representation of a path based map, used for pathfinding.
 class AbstractRasteredTileMap<TTile extends DefaultTile>
          Rastered version of a standard tile map.
 

Uses of AbstractTileMap in com.b3dgs.lionengine.game.platform
 

Methods in com.b3dgs.lionengine.game.platform with parameters of type AbstractTileMap
 void AbstractPlatformEntity.setMap(AbstractTileMap<TType> map)
          Set map reference.
 

Uses of AbstractTileMap in com.b3dgs.lionengine.utility
 

Methods in com.b3dgs.lionengine.utility with parameters of type AbstractTileMap
 void LevelRipConverter.start(java.lang.String levelrip, AbstractTileMap<TType> map, java.lang.String tilesDir, java.lang.String tilesTheme, boolean reversed)
          Must be called to start convertion.