|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.media.tile.Tile.Key
public static class Tile.Key
Used when caching tiles.
| Field Summary | |
|---|---|
int |
tileIndex
|
TileSet |
tileSet
|
Colorization[] |
zations
|
| Constructor Summary | |
|---|---|
Tile.Key(TileSet tileSet,
int tileIndex,
Colorization[] zations)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public TileSet tileSet
public int tileIndex
public Colorization[] zations
| Constructor Detail |
|---|
public Tile.Key(TileSet tileSet,
int tileIndex,
Colorization[] zations)
| Method Detail |
|---|
public boolean equals(Object other)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||