| Package | Description |
|---|---|
| com.threerings.media.tile | |
| com.threerings.media.tile.bundle |
| Modifier and Type | Method and Description |
|---|---|
Tile |
TileManager.getTile(int fqTileId)
Returns the
Tile object with the specified fully qualified tile id. |
Tile |
TileManager.getTile(int tileSetId,
int tileIndex,
TileSet.Colorizer rizer)
Returns the
Tile object from the specified tileset at the specified index. |
Tile |
TileManager.getTile(int fqTileId,
TileSet.Colorizer rizer)
Returns the
Tile object with the specified fully qualified tile id. |
TileSet |
TileSetRepository.getTileSet(int tileSetId)
Returns the
TileSet with the specified tile set
identifier. |
TileSet |
TileManager.getTileSet(int tileSetId)
Returns the tileset with the specified id.
|
TileSet |
TileSetRepository.getTileSet(String setName)
Returns the
TileSet with the specified tile set name. |
TileSet |
TileManager.getTileSet(String name)
Returns the tileset with the specified name.
|
int |
TileSetRepository.getTileSetId(String setName)
Returns the unique identifier of the
TileSet with the
specified tile set name. |
| Modifier and Type | Method and Description |
|---|---|
TileSet |
BundledTileSetRepository.getTileSet(int tileSetId) |
TileSet |
BundledTileSetRepository.getTileSet(String setName) |
int |
BundledTileSetRepository.getTileSetId(String setName) |
Copyright © 2015. All rights reserved.