|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.miso.tile.FringeConfiguration.FringeRecord
public static class FringeConfiguration.FringeRecord
| Field Summary | |
|---|---|
int |
base_tsid
The tileset id of the base tileset to which this applies. |
int |
priority
The fringe priority of this base tileset. |
ArrayList<FringeConfiguration.FringeTileSetRecord> |
tilesets
A list of the possible tilesets that can be used for fringing. |
| Constructor Summary | |
|---|---|
FringeConfiguration.FringeRecord()
|
|
| Method Summary | |
|---|---|
void |
addTileset(FringeConfiguration.FringeTileSetRecord record)
Used when parsing the tilesets definitions. |
boolean |
isValid()
Did everything parse well? |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int base_tsid
public int priority
public ArrayList<FringeConfiguration.FringeTileSetRecord> tilesets
| Constructor Detail |
|---|
public FringeConfiguration.FringeRecord()
| Method Detail |
|---|
public void addTileset(FringeConfiguration.FringeTileSetRecord record)
public boolean isValid()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||