Uses of Class
edu.cmu.relativelayout.Direction

Packages that use Direction
edu.cmu.relativelayout   
 

Uses of Direction in edu.cmu.relativelayout
 

Methods in edu.cmu.relativelayout that return Direction
 Direction RelativePosition.getDirection()
          Accessor method for direction, as set in the constructor.
static Direction Direction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in edu.cmu.relativelayout with parameters of type Direction
Binding(Edge myEdge, int distance, Direction direction, Edge fixedEdge, Component fixedComponent)
          Constructs a Binding given the Edge of a "floating" component, a distance, a Direction, the Edge of a "fixed" component, and the fixed component itself.
RelativePosition(Edge myEdge, int distance, Direction direction, Edge fixedEdge)
          Constructs an RelativePosition with the given parameters.