com.threerings.miso.tile
Class AutoFringer.FringeTile

java.lang.Object
  extended by com.threerings.media.tile.Tile
      extended by com.threerings.miso.tile.BaseTile
          extended by com.threerings.miso.tile.AutoFringer.FringeTile
Enclosing class:
AutoFringer

public static class AutoFringer.FringeTile
extends BaseTile


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.media.tile.Tile
Tile.Key
 
Field Summary
protected  long[] _fringeId
          The fringe keys of the tiles that went into this tile in the order they were drawn.
 
Fields inherited from class com.threerings.miso.tile.BaseTile
_passable
 
Fields inherited from class com.threerings.media.tile.Tile
_mirage, _totalTileMemory, key
 
Constructor Summary
AutoFringer.FringeTile(long[] fringeId, boolean passable)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class com.threerings.miso.tile.BaseTile
isPassable, setPassable
 
Methods inherited from class com.threerings.media.tile.Tile
finalize, getEstimatedMemoryUsage, getHeight, getWidth, hitTest, paint, setImage, toString, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_fringeId

protected long[] _fringeId
The fringe keys of the tiles that went into this tile in the order they were drawn.

Constructor Detail

AutoFringer.FringeTile

public AutoFringer.FringeTile(long[] fringeId,
                              boolean passable)
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object