com.threerings.stage.util
Class PlacementConstraints.ObjectData

java.lang.Object
  extended by com.threerings.stage.util.PlacementConstraints.ObjectData
Enclosing class:
PlacementConstraints

protected class PlacementConstraints.ObjectData
extends Object

Contains information about an object used in checking constraints.


Field Summary
 Rectangle bounds
           
 com.threerings.media.tile.ObjectTile tile
           
 
Constructor Summary
PlacementConstraints.ObjectData(Rectangle bounds, com.threerings.media.tile.ObjectTile tile)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bounds

public Rectangle bounds

tile

public com.threerings.media.tile.ObjectTile tile
Constructor Detail

PlacementConstraints.ObjectData

public PlacementConstraints.ObjectData(Rectangle bounds,
                                       com.threerings.media.tile.ObjectTile tile)