Uses of Class
com.badlogic.gdx.maps.tiled.TiledMap

Packages that use TiledMap
com.badlogic.gdx.maps.tiled   
com.badlogic.gdx.maps.tiled.renderers   
 

Uses of TiledMap in com.badlogic.gdx.maps.tiled
 

Methods in com.badlogic.gdx.maps.tiled that return TiledMap
 TiledMap TideMapLoader.load(AssetManager assetManager, String fileName, FileHandle tideFile, TideMapLoader.Parameters parameter)
           
 TiledMap TmxMapLoader.load(String fileName)
          Loads the TiledMap from the given file.
 TiledMap TideMapLoader.load(String fileName)
           
 TiledMap AtlasTmxMapLoader.load(String fileName)
           
 TiledMap AtlasTmxMapLoader.load(String fileName, AtlasTmxMapLoader.AtlasTiledMapLoaderParameters parameter)
           
 TiledMap TmxMapLoader.load(String fileName, TmxMapLoader.Parameters parameters)
          Loads the TiledMap from the given file.
 TiledMap AtlasTmxMapLoader.loadSync(AssetManager manager, String fileName, FileHandle file, AtlasTmxMapLoader.AtlasTiledMapLoaderParameters parameter)
           
 TiledMap TmxMapLoader.loadSync(AssetManager manager, String fileName, FileHandle file, TmxMapLoader.Parameters parameter)
           
 

Uses of TiledMap in com.badlogic.gdx.maps.tiled.renderers
 

Methods in com.badlogic.gdx.maps.tiled.renderers that return TiledMap
 TiledMap BatchTiledMapRenderer.getMap()
           
 

Methods in com.badlogic.gdx.maps.tiled.renderers with parameters of type TiledMap
 void BatchTiledMapRenderer.setMap(TiledMap map)
           
 

Constructors in com.badlogic.gdx.maps.tiled.renderers with parameters of type TiledMap
BatchTiledMapRenderer(TiledMap map)
           
BatchTiledMapRenderer(TiledMap map, Batch batch)
           
BatchTiledMapRenderer(TiledMap map, float unitScale)
           
BatchTiledMapRenderer(TiledMap map, float unitScale, Batch batch)
           
HexagonalTiledMapRenderer(TiledMap map)
           
HexagonalTiledMapRenderer(TiledMap map, Batch batch)
           
HexagonalTiledMapRenderer(TiledMap map, float unitScale)
           
HexagonalTiledMapRenderer(TiledMap map, float unitScale, Batch batch)
           
IsometricStaggeredTiledMapRenderer(TiledMap map)
           
IsometricStaggeredTiledMapRenderer(TiledMap map, Batch batch)
           
IsometricStaggeredTiledMapRenderer(TiledMap map, float unitScale)
           
IsometricStaggeredTiledMapRenderer(TiledMap map, float unitScale, Batch batch)
           
IsometricTiledMapRenderer(TiledMap map)
           
IsometricTiledMapRenderer(TiledMap map, Batch batch)
           
IsometricTiledMapRenderer(TiledMap map, float unitScale)
           
IsometricTiledMapRenderer(TiledMap map, float unitScale, Batch batch)
           
OrthoCachedTiledMapRenderer(TiledMap map)
          Creates a renderer with a unit scale of 1 and cache size of 2000.
OrthoCachedTiledMapRenderer(TiledMap map, float unitScale)
          Creates a renderer with a cache size of 2000.
OrthoCachedTiledMapRenderer(TiledMap map, float unitScale, int cacheSize)
           
OrthogonalTiledMapRenderer(TiledMap map)
           
OrthogonalTiledMapRenderer(TiledMap map, Batch batch)
           
OrthogonalTiledMapRenderer(TiledMap map, float unitScale)
           
OrthogonalTiledMapRenderer(TiledMap map, float unitScale, Batch batch)
           
 



Copyright © 2014. All Rights Reserved.