Field Summary |
|
int | BASELINE Align at font baseline. |
int | BLOCK_ALIGN Component alignment constant: Block align -- stretch over full width. |
int | BOTTOM Component alignment constant: Vertically align at bottom. |
int | BOTTOM_ALIGN Component alignment constant: Vertically align at bottom. |
int | CENTER Component alignment constant: Center align. |
int | CENTER_ALIGN Component alignment constant: Center align. |
int | HORIZONTAL |
int | JUSTIFY Component alignment constant: Block align -- stretch over full width. |
int | LEFT Component alignment constant: Align left. |
int | LEFT_ALIGN Component alignment constant: Align left. |
int | NO_ALIGN Component alignment constant: Do not explicitly align. |
int | RIGHT Component alignment constant: Align right. |
int | RIGHT_ALIGN Component alignment constant: Align right. |
int | TOP Component alignment constant: Vertically align at top. |
int | TOP_ALIGN Component alignment constant: Vertically align at top. |
char | UID_DIVIDER Character to separate epoch id from component id in lowlevel event requests. |
int | VERTICAL |