| Package | Description |
|---|---|
| com.threerings.cast.bundle | |
| com.threerings.media.tile | |
| com.threerings.media.util | |
| com.threerings.miso.tile |
| Modifier and Type | Method and Description |
|---|---|
Tile |
BundledComponentRepository.TileSetFrameImage.getTile(int orient,
int index) |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectTile
An object tile extends the base tile to provide support for objects whose image spans more than
one unit tile.
|
class |
TrimmedTile
Behaves just like a regular tile, but contains a "trimmed" image which is one where the source
image has been trimmed to the smallest rectangle that contains all the non-transparent pixels of
the original image.
|
| Modifier and Type | Method and Description |
|---|---|
Tile |
TileSet.getTile(int tileIndex)
Equivalent to
TileSet.getTile(int,Colorizer) with a null Colorizer argument. |
Tile |
TileManager.getTile(int fqTileId)
Returns the
Tile object with the specified fully qualified tile id. |
Tile |
TileSet.getTile(int tileIndex,
Colorization[] zations)
Creates a
Tile object from this tileset corresponding to the specified tile id and
returns that tile. |
Tile |
TileManager.getTile(int tileSetId,
int tileIndex,
TileSet.Colorizer rizer)
Returns the
Tile object from the specified tileset at the specified index. |
Tile |
TileSet.getTile(int tileIndex,
TileSet.Colorizer rizer)
Creates a
Tile object from this tileset corresponding to the specified tile id and
returns that tile. |
Tile |
TileManager.getTile(int fqTileId,
TileSet.Colorizer rizer)
Returns the
Tile object with the specified fully qualified tile id. |
| Constructor and Description |
|---|
TileIcon(Tile tile)
Creates a tile icon that will use the supplied tile to render itself.
|
| Constructor and Description |
|---|
SingleTileImageImpl(Tile tile)
Constructs a single frame image object.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AutoFringer.FringeTile |
class |
BaseTile
Extends the tile class to add support for tile passability.
|
Copyright © 2015. All rights reserved.