Uses of Class
edu.cmu.relativelayout.Edge

Packages that use Edge
edu.cmu.relativelayout   
 

Uses of Edge in edu.cmu.relativelayout
 

Methods in edu.cmu.relativelayout that return Edge
 Edge RelativePosition.getFixedEdge()
          Accessor method for fixedEdge, as set in the constructor.
 Edge RelativePosition.getMyEdge()
          Accessor method for myEdge, as set in the constructor.
static Edge Edge.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Edge[] Edge.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 Edge
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.