public final class LayoutFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LAY_BOTTOM
Anchor to bottom item or bottom side of parent
|
static int |
LAY_BREAK
When in a wrapping container, put this element on a new line.
|
static int |
LAY_CENTER
Center in both directions, with left/top margin as offset
|
static int |
LAY_FILL
Anchor to all four directions
|
static int |
LAY_HCENTER
Aenter horizontally, with left margin as offset
|
static int |
LAY_HFILL
Anchor to both left and right item or parent borders
|
static int |
LAY_LEFT
Anchor to left item or left side of parent
|
static int |
LAY_RIGHT
Anchor to right item or right side of parent
|
static int |
LAY_TOP
Anchor to top item or top side of parent
|
static int |
LAY_VCENTER
Center vertically, with top margin as offset
|
static int |
LAY_VFILL
Anchor to both top and bottom item or parent borders
|
| Constructor and Description |
|---|
LayoutFlags() |
public static final int LAY_LEFT
public static final int LAY_TOP
public static final int LAY_RIGHT
public static final int LAY_BOTTOM
public static final int LAY_HFILL
public static final int LAY_VFILL
public static final int LAY_HCENTER
public static final int LAY_VCENTER
public static final int LAY_CENTER
public static final int LAY_FILL
public static final int LAY_BREAK