| Package | Description |
|---|---|
| com.threerings.media | |
| com.threerings.miso.client | |
| com.threerings.miso.tile |
| Constructor and Description |
|---|
IconManager(TileManager tmgr,
Properties config)
Creates an icon manager that will obtain tilesets from the supplied
tile manager and which will read its configuration information from
the supplied properties file.
|
IconManager(TileManager tmgr,
String configPath)
Creates an icon manager that will obtain tilesets from the supplied
tile manager and which will load its configuration information from
the specified properties file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SceneObject.refreshObjectTile(MisoSceneMetrics metrics,
TileManager mgr,
TileSet.Colorizer colorizer)
Reloads and recolorizes our object tile.
|
| Constructor and Description |
|---|
SceneBlock(MisoSceneModel model,
MisoSceneMetrics metrics,
TileManager tileMgr,
int tx,
int ty,
int width,
int height) |
SceneObject(MisoSceneMetrics metrics,
TileManager mgr,
TileSet.Colorizer colorizer,
ObjectInfo info) |
| Modifier and Type | Class and Description |
|---|---|
class |
MisoTileManager
Extends the basic tile manager and provides support for automatically generating fringes in
between different types of base tiles in a scene.
|
| Constructor and Description |
|---|
AutoFringer(FringeConfiguration fringeconf,
ImageManager imgr,
TileManager tmgr)
Constructs an instance that will fringe according to the rules in the supplied fringe
configuration.
|
Copyright © 2015. All rights reserved.