Field Summary |
|
final public static int | NOT_CALCULATED Width or height value indicating that the value has not been computed. |
final public static byte | POSITION_X_CENTER Horizontal stretch position indicating that the contents will be rendered on the center. |
final public static byte | POSITION_X_LEFT Horizontal stretch position indicating that the contents will be rendered on the left side. |
final public static byte | POSITION_X_RIGHT Horizontal stretch position indicating that the contents will be rendered on the right side. |
final public static byte | POSITION_X_STRETCH Horizontal stretch position indicating that the contents will be horizontally stretched. |
final public static byte | POSITION_Y_BOTTOM Vertical stretch position indicating that the contents will be rendered on the bottom. |
final public static byte | POSITION_Y_MIDDLE Vertical stretch position indicating that the contents will be rendered on the middle. |
final public static byte | POSITION_Y_STRETCH Vertical stretch position indicating that the contents will be rendered vertically stretched. |
final public static byte | POSITION_Y_TOP Vertical stretch position indicating that the contents will be rendered on the top. |