| Package | Description |
|---|---|
| com.threerings.miso.client | |
| com.threerings.miso.data | |
| com.threerings.miso.tile |
| Modifier and Type | Method and Description |
|---|---|
MisoSceneModel |
MisoScenePanel.getSceneModel()
Returns the scene model being displayed by this panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MisoScenePanel.setSceneModel(MisoSceneModel model)
Configures this display with a scene model which will immediately be resolved and
displayed.
|
| Constructor and Description |
|---|
SceneBlock(MisoSceneModel model,
MisoSceneMetrics metrics,
TileManager tileMgr,
int tx,
int ty,
int width,
int height) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleMisoSceneModel
Contains miso scene data for a scene that is assumed to be reasonably
simple and small, such that all base tile data for the entire scene can
be stored in a single contiguous array.
|
class |
SparseMisoSceneModel
Contains miso scene data that is broken up into NxN tile sections.
|
class |
VirtualMisoSceneModel
A convenient base class for "virtual" scenes which do not allow editing
and compute the base and object tiles rather than obtain them from some
data structure.
|
| Modifier and Type | Method and Description |
|---|---|
MisoSceneModel |
MisoSceneModel.clone() |
| Modifier and Type | Method and Description |
|---|---|
BaseTile |
AutoFringer.getFringeTile(MisoSceneModel scene,
int col,
int row,
Map<AutoFringer.FringeTile,WeakReference<AutoFringer.FringeTile>> fringes,
Map<Long,BufferedImage> masks)
Compute and return the fringe tile to be inserted at the specified location.
|
Copyright © 2015. All rights reserved.