public interface TiledParserListener
| Modifier and Type | Method and Description | 
|---|---|
void | 
onBeginParsing(java.lang.String orientation,
              com.badlogic.gdx.graphics.Color backgroundColor,
              int width,
              int height,
              int tileWidth,
              int tileHeight)  | 
void | 
onMapPropertyParsed(java.lang.String propertyName,
                   java.lang.String value)  | 
void | 
onObjectGroupParsed(TiledObjectGroup parsedObjectGroup)  | 
void | 
onTileLayerParsed(TileLayer parsedLayer)  | 
void | 
onTilePropertiesParsed(Tile tile)  | 
void | 
onTilesetParsed(Tileset parsedTileset)  | 
void onBeginParsing(java.lang.String orientation,
                  com.badlogic.gdx.graphics.Color backgroundColor,
                  int width,
                  int height,
                  int tileWidth,
                  int tileHeight)
void onMapPropertyParsed(java.lang.String propertyName,
                       java.lang.String value)
void onTilePropertiesParsed(Tile tile)
void onTilesetParsed(Tileset parsedTileset)
void onTileLayerParsed(TileLayer parsedLayer)
void onObjectGroupParsed(TiledObjectGroup parsedObjectGroup)