A layout alignment definition. More...
Public Member Functions | |
LayoutAlignment (int value) | |
int | getAssignedValue () |
Static Public Member Functions | |
[static initializer] | |
static LayoutAlignment | getByAssignedValue (int value) |
Public Attributes | |
TopLeft =(1) | |
Indicates a top-left alignment. More... | |
Top =(2) | |
Indicates a top-center alignment. More... | |
TopRight =(3) | |
Indicates a top-right alignment. More... | |
Left =(4) | |
Indicates a center-left alignment. More... | |
Center =(5) | |
Indicates a center-center alignment. More... | |
Right =(6) | |
Indicates a center-right alignment. More... | |
BottomLeft =(7) | |
Indicates a bottom-left alignment. More... | |
Bottom =(8) | |
Indicates a bottom-center alignment. More... | |
BottomRight =(9) | |
Indicates a bottom-right alignment. More... | |
A layout alignment definition.
fm.liveswitch.LayoutAlignment.LayoutAlignment | ( | int | value | ) |
|
static |
int fm.liveswitch.LayoutAlignment.getAssignedValue | ( | ) |
|
static |
fm.liveswitch.LayoutAlignment.Bottom =(8) |
Indicates a bottom-center alignment.
fm.liveswitch.LayoutAlignment.BottomLeft =(7) |
Indicates a bottom-left alignment.
fm.liveswitch.LayoutAlignment.BottomRight =(9) |
Indicates a bottom-right alignment.
fm.liveswitch.LayoutAlignment.Center =(5) |
Indicates a center-center alignment.
fm.liveswitch.LayoutAlignment.Left =(4) |
Indicates a center-left alignment.
fm.liveswitch.LayoutAlignment.Right =(6) |
Indicates a center-right alignment.
fm.liveswitch.LayoutAlignment.Top =(2) |
Indicates a top-center alignment.
fm.liveswitch.LayoutAlignment.TopLeft =(1) |
Indicates a top-left alignment.
fm.liveswitch.LayoutAlignment.TopRight =(3) |
Indicates a top-right alignment.