Enum | +--HorizontalAlignmentpublic class HorizontalAlignment
Enumeration class that represents horizontal alignment values.
Fields
Name | Description |
---|---|
CENTER | The data is aligned in the center of the region. |
LEFT | The data is aligned to the left of the region. |
MAX | Topic under construction. |
MIN | Topic under construction. |
RIGHT | The data is aligned on the right edge of the region. |
Methods
Name | Description |
---|---|
ensureValid(int value) | Throws an exception if the given value is not possible for this class. |
valid(int value) | Determines whether the given value is allowed by this class. |
Throws an exception if the given value is not possible for this class.
Returns true if the value is valid; otherwise, returns false.
Determines whether the given value is allowed by this class.