| Package | Description |
|---|---|
| com.threerings.cast.bundle | |
| com.threerings.media.tile | |
| com.threerings.media.tile.bundle | |
| com.threerings.media.tile.util | |
| com.threerings.miso.tile |
| Constructor and Description |
|---|
TileSetFrameImage(TileSet set,
ActionSequence actseq)
Constructs a tileset frame image with the specified tileset and for the specified
orientation.
|
TileSetFrameImage(TileSet set,
ActionSequence actseq,
int dx,
int dy)
Constructs a tileset frame image with the specified tileset and for the specified
orientation, with an optional translation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectTileSet
The object tileset supports the specification of object information for object tiles in
addition to all of the features of the swiss army tileset.
|
class |
SwissArmyTileSet
The swiss army tileset supports a diverse variety of tiles in the tileset image.
|
class |
TrimmedObjectTileSet
An object tileset in which the objects have been trimmed to the smallest possible images that
still contain all of their non-transparent pixels.
|
class |
TrimmedTileSet
Contains the necessary information to create a set of trimmed tiles from a base image and the
associated trim metrics.
|
class |
UniformTileSet
A uniform tileset is one that is composed of tiles that are all the same width and height and
are arranged into rows, with each row having the same number of tiles except possibly the final
row which can contain the same as or less than the number of tiles contained by the previous
rows.
|
| Modifier and Type | Field and Description |
|---|---|
TileSet |
Tile.Key.tileSet |
| Modifier and Type | Method and Description |
|---|---|
TileSet |
TileSet.clone(Colorization[] zations)
Creates a copy of this tileset which will apply the supplied colorizations to its tileset
image when creating tiles.
|
TileSet |
TileSet.clone(String imagePath)
Returns a new tileset that is a clone of this tileset with the image path updated to
reference the given path.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<TileSet> |
TileSetRepository.enumerateTileSets()
Returns an iterator over all
TileSet objects available. |
| Modifier and Type | Method and Description |
|---|---|
static TrimmedTileSet |
TrimmedTileSet.trimTileSet(TileSet source,
OutputStream destImage)
Convenience function to trim the tile set and save it using FastImageIO.
|
static TrimmedTileSet |
TrimmedTileSet.trimTileSet(TileSet source,
OutputStream destImage,
String imgFormat)
Creates a trimmed tileset from the supplied source tileset.
|
| Constructor and Description |
|---|
Key(TileSet tileSet,
int tileIndex,
Colorization[] zations) |
TileMultiFrameImage(TileSet source)
Creates a tile MFI which will obtain its image frames from the
specified source tileset.
|
TileMultiFrameImage(TileSet source,
Colorization[] zations)
Creates a recoolored tile MFI which will obtain its image frames
from the specified source tileset.
|
TileSubsetMultiFrameImage(TileSet source,
Colorization[] zations,
int startIdx,
int numTiles)
Creates a recoolored tile MFI which will obtain its image frames
from the specified source tileset.
|
TileSubsetMultiFrameImage(TileSet source,
int startIdx,
int numTiles)
Creates a tile MFI which will obtain its image frames from the
specified source tileset.
|
| Modifier and Type | Method and Description |
|---|---|
TileSet |
TileSetBundle.getTileSet(int tileSetId)
Retrieves a tileset from this tileset bundle.
|
TileSet |
BundledTileSetRepository.getTileSet(int tileSetId) |
TileSet |
BundledTileSetRepository.getTileSet(String setName) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<TileSet> |
TileSetBundle.enumerateTileSets()
Enumerates the tilesets in this tileset bundle.
|
Iterator<TileSet> |
BundledTileSetRepository.enumerateTileSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
TileSetBundle.addTileSet(int tileSetId,
TileSet set)
Adds a tileset to this tileset bundle.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TileSetTrimmer.trimTileSet(TileSet source,
OutputStream destImage,
TileSetTrimmer.TrimMetricsReceiver tmr)
Convenience function to trim the tile set using FastImageIO to save the result.
|
static void |
TileSetTrimmer.trimTileSet(TileSet source,
OutputStream destImage,
TileSetTrimmer.TrimMetricsReceiver tmr,
String imgFormat)
Generates a trimmed tileset image from the supplied source
tileset.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTileSet
The base tileset extends the swiss army tileset to add support for tile
passability.
|
Copyright © 2015. All rights reserved.