A layout origin definition. More...
Public Member Functions | |
| LayoutOrigin (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static LayoutOrigin | getByAssignedValue (int value) |
Public Attributes | |
| TopLeft =(1) | |
| Indicates an origin where 0,0 is in the top-left corner. More... | |
| TopRight =(2) | |
| Indicates an origin where 0,0 is in the top-right corner. More... | |
| BottomRight =(3) | |
| Indicates an origin where 0,0 is in the bottom-right corner. More... | |
| BottomLeft =(4) | |
| Indicates an origin where 0,0 is in the bottom-left corner. More... | |
A layout origin definition.
| fm.liveswitch.LayoutOrigin.LayoutOrigin | ( | int | value | ) |
|
static |
| int fm.liveswitch.LayoutOrigin.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.LayoutOrigin.BottomLeft =(4) |
Indicates an origin where 0,0 is in the bottom-left corner.
| fm.liveswitch.LayoutOrigin.BottomRight =(3) |
Indicates an origin where 0,0 is in the bottom-right corner.
| fm.liveswitch.LayoutOrigin.TopLeft =(1) |
Indicates an origin where 0,0 is in the top-left corner.
| fm.liveswitch.LayoutOrigin.TopRight =(2) |
Indicates an origin where 0,0 is in the top-right corner.