com.threerings.stage.util
Class PlacementConstraints.DirectionType

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

protected static class PlacementConstraints.DirectionType
extends Object

Contains the direction and height of a constraint.


Field Summary
 int dir
           
static int LOW
           
static int NORM
           
 int type
           
 
Constructor Summary
protected PlacementConstraints.DirectionType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dir

public int dir

type

public int type

NORM

public static int NORM

LOW

public static int LOW
Constructor Detail

PlacementConstraints.DirectionType

protected PlacementConstraints.DirectionType()