com.threerings.media.tile
Class Tile.Key

java.lang.Object
  extended by com.threerings.media.tile.Tile.Key
Enclosing class:
Tile

public static class Tile.Key
extends Object

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

tileSet

public TileSet tileSet

tileIndex

public int tileIndex

zations

public Colorization[] zations
Constructor Detail

Tile.Key

public Tile.Key(TileSet tileSet,
                int tileIndex,
                Colorization[] zations)
Method Detail

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object