A B C D E G H I L M P R S T U V

R

RelativeConstraints - Class in edu.cmu.relativelayout
A constraint object that associates Bindings with a particular component to be bound.
RelativeConstraints() - Constructor for class edu.cmu.relativelayout.RelativeConstraints
Constructor for RelativeConstraints.
RelativeConstraints(Binding...) - Constructor for class edu.cmu.relativelayout.RelativeConstraints
Constructor for RelativeConstraints.
RelativeLayout - Class in edu.cmu.relativelayout
The main RelativeLayout class.
RelativeLayout() - Constructor for class edu.cmu.relativelayout.RelativeLayout
 
RelativeMatrix - Class in edu.cmu.relativelayout.matrix
A matrix class that solves Equations for Variables.
RelativeMatrix() - Constructor for class edu.cmu.relativelayout.matrix.RelativeMatrix
Constructor for RelativeMatrix.
RelativePosition - Class in edu.cmu.relativelayout
Represents the position of an edge at some offset from another edge.
RelativePosition(Edge, int, Direction, Edge) - Constructor for class edu.cmu.relativelayout.RelativePosition
Constructs an RelativePosition with the given parameters.
removeEquation(Variable) - Method in class edu.cmu.relativelayout.matrix.RelativeMatrix
Removes the Equation whose primary Variable is the given variable from the matrix.
removeLayoutComponent(Component) - Method in class edu.cmu.relativelayout.RelativeLayout
 
rightAlignedWith(Component) - Method in class edu.cmu.relativelayout.BindingFactory
Returns a Binding that will align a component's right edge to that of the given fixed component.
rightEdge() - Method in class edu.cmu.relativelayout.BindingFactory
Returns a Binding that will place a component just to the left of the right edge of its container.
rightOf(Component) - Method in class edu.cmu.relativelayout.BindingFactory
Returns a Binding that will place a component to the right of the given fixed component.

A B C D E G H I L M P R S T U V