Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
LAYOUT_ALGORITHM_PROPERTY |
"layoutAlgorithm" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
ASPECT_RATIO_PROPERTY |
"layout_aspect-ratio" |
public static final java.lang.String |
BOUNDS_PROPERTY |
"layout_bounds" |
public static final int |
DIRECTION_BOTTOM_UP |
2 |
public static final int |
DIRECTION_LEFT_RIGHT |
3 |
public static final java.lang.String |
DIRECTION_PROPERTY |
"layout_direction" |
public static final int |
DIRECTION_RIGHT_LEFT |
4 |
public static final int |
DIRECTION_TOP_DOWN |
1 |
public static final java.lang.String |
LOCATION_PROPERTY |
"layout_location" |
public static final java.lang.String |
MOVABLE_PROPERTY |
"layout_movable" |
public static final java.lang.String |
RESIZABLE_PROPERTY |
"layout_resizable" |
public static final java.lang.String |
SIZE_PROPERTY |
"layout_size" |
public static final java.lang.String |
WEIGHT_PROPERTY |
"layout_weight" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
HORIZONTAL |
1 |
public static final int |
VERTICAL |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BOTTOM_UP |
2 |
public static final int |
LEFT_RIGHT |
3 |
public static final int |
RIGHT_LEFT |
4 |
public static final int |
TOP_DOWN |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
BOTTOM_UP |
2 |
public static final int |
LEFT_RIGHT |
3 |
public static final int |
RIGHT_LEFT |
4 |
public static final int |
TOP_DOWN |
1 |
Copyright (c) 2014 itemis AG and others. All rights reserved.