| Package | Description | 
|---|---|
| org.dishevelled.piccolo.tilemap | 
 Piccolo2D tile map nodes and supporting classes. 
 | 
| org.dishevelled.piccolo.tilemap.io | 
 Tile map readers and writers. 
 | 
| org.dishevelled.piccolo.tilemap.io.impl | 
 Tile map reader and writer implementations. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SparseTileMap
Sparse tile map. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractTileMap | 
TileMapReader.read(File file)
Read a tile map from the specified file. 
 | 
AbstractTileMap | 
TileMapReader.read(InputStream inputStream)
Read a tile map from the specified input stream. 
 | 
AbstractTileMap | 
TileMapReader.read(URL url)
Read a tile map from the specified URL. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends Appendable>  | 
TileMapWriter.append(AbstractTileMap tileMap,
      T appendable)
Append the specified tile map to the specified appendable. 
 | 
void | 
TileMapWriter.write(AbstractTileMap tileMap,
     File file)
Write the specified tile map to the specified file. 
 | 
void | 
TileMapWriter.write(AbstractTileMap tileMap,
     OutputStream outputStream)
Write the specified tile map to the specified output stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AbstractTileMap | 
AbstractTileMapReader.read(File file)  | 
AbstractTileMap | 
TmxTileMapReader.read(InputStream inputStream)  | 
AbstractTileMap | 
FlixelTileMapReader.read(InputStream inputStream)  | 
AbstractTileMap | 
AbstractTileMapReader.read(URL url)  | 
Copyright (c) 2006-2013 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).