Uses of Class
relativelayout.Edge

Packages that use Edge
relativelayout   
 

Uses of Edge in relativelayout
 

Methods in 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're declared.
 

Constructors in 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.