|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.tudey.config.PaintableConfig.TileRotation
protected static class PaintableConfig.TileRotation
Represents a rotated tile.
| Field Summary | |
|---|---|
int |
height
The height of the rotated tile. |
int |
rotation
The tile rotation. |
PaintableConfig.Tile |
tile
The owning tile. |
float |
weight
The weight of the rotation. |
int |
width
The width of the rotated tile. |
| Constructor Summary | |
|---|---|
PaintableConfig.TileRotation(PaintableConfig.Tile tile,
int rotation)
Creates a new tile rotation. |
|
| Method Summary | |
|---|---|
TudeySceneModel.TileEntry |
createEntry(int elevation)
Creates and returns a tile entry based on this configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public PaintableConfig.Tile tile
public int rotation
public int width
public int height
public float weight
| Constructor Detail |
|---|
public PaintableConfig.TileRotation(PaintableConfig.Tile tile,
int rotation)
| Method Detail |
|---|
public TudeySceneModel.TileEntry createEntry(int elevation)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||