com.threerings.media.tile
Class TrimmedObjectTileSet.Bits

java.lang.Object
  extended by com.threerings.media.tile.TrimmedObjectTileSet.Bits
All Implemented Interfaces:
Serializable
Enclosing class:
TrimmedObjectTileSet

protected static class TrimmedObjectTileSet.Bits
extends Object
implements Serializable

Extra bits related to object tiles.

See Also:
Serialized Form

Field Summary
 String[] constraints
          The constraints associated with this object.
 byte priority
          The default render priority for this object.
 byte sorient
          The orientation of the "spot" associated with this object.
 short xspot
          The x coordinate of the "spot" associated with this object.
 short yspot
          The y coordinate of the "spot" associated with this object.
 
Constructor Summary
protected TrimmedObjectTileSet.Bits()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

priority

public byte priority
The default render priority for this object.


xspot

public short xspot
The x coordinate of the "spot" associated with this object.


yspot

public short yspot
The y coordinate of the "spot" associated with this object.


sorient

public byte sorient
The orientation of the "spot" associated with this object.


constraints

public String[] constraints
The constraints associated with this object.

Constructor Detail

TrimmedObjectTileSet.Bits

protected TrimmedObjectTileSet.Bits()
Method Detail

toString

public String toString()
Overrides:
toString in class Object