Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
Binding
s 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
Equation
s for
Variable
s.
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
G
H
I
L
M
P
R
S
T
U
V