public class

TMXLoader

extends Object
java.lang.Object
   ↳ org.anddev.andengine.entity.layer.tiled.tmx.TMXLoader

Class Overview

(c) 2010 Nicolas Gramlich (c) 2011 Zynga Inc.

Summary

Nested Classes
interface TMXLoader.ITMXTilePropertiesListener  
Public Constructors
TMXLoader(Context pContext, TextureManager pTextureManager)
TMXLoader(Context pContext, TextureManager pTextureManager, TextureOptions pTextureOptions)
TMXLoader(Context pContext, TextureManager pTextureManager, TMXLoader.ITMXTilePropertiesListener pTMXTilePropertyListener)
TMXLoader(Context pContext, TextureManager pTextureManager, TextureOptions pTextureOptions, TMXLoader.ITMXTilePropertiesListener pTMXTilePropertyListener)
Public Methods
TMXTiledMap load(InputStream pInputStream)
TMXTiledMap loadFromAsset(Context pContext, String pAssetPath)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public TMXLoader (Context pContext, TextureManager pTextureManager)

public TMXLoader (Context pContext, TextureManager pTextureManager, TextureOptions pTextureOptions)

public TMXLoader (Context pContext, TextureManager pTextureManager, TMXLoader.ITMXTilePropertiesListener pTMXTilePropertyListener)

public TMXLoader (Context pContext, TextureManager pTextureManager, TextureOptions pTextureOptions, TMXLoader.ITMXTilePropertiesListener pTMXTilePropertyListener)

Public Methods

public TMXTiledMap load (InputStream pInputStream)

public TMXTiledMap loadFromAsset (Context pContext, String pAssetPath)