|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Direction | |
---|---|
relativelayout |
Uses of Direction in relativelayout |
---|
Methods in 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're declared. |
Constructors in 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |