public final class LayoutBoxFlags
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
LAY_COLUMN
top to bottom
|
static int |
LAY_END
at end of row/column
|
static int |
LAY_FLEX
flex model
|
static int |
LAY_JUSTIFY
insert spacing to stretch across whole row/column
|
static int |
LAY_LAYOUT
free layout
|
static int |
LAY_MIDDLE
at center of row/column
|
static int |
LAY_NOWRAP
single-line
|
static int |
LAY_ROW
left to right
|
static int |
LAY_START
justify-content (start, end, center, space-between)
at start of row/column
|
static int |
LAY_WRAP
multi-line, wrap left to right
|
| Constructor and Description |
|---|
LayoutBoxFlags() |
public static final int LAY_ROW
public static final int LAY_COLUMN
public static final int LAY_LAYOUT
public static final int LAY_FLEX
public static final int LAY_NOWRAP
public static final int LAY_WRAP
public static final int LAY_START
public static final int LAY_MIDDLE
public static final int LAY_END
public static final int LAY_JUSTIFY