RectangleAlignType Enum
Lists rectangle alignment types.
Declaration
public enum RectangleAlignType extends Enum<RectangleAlignType> implements IIntEnum
Members
| Name | Description |
|---|---|
BOTTOM
|
The rectangle is aligned to the bottom. |
BOTTOM_LEFT
|
The rectangle is aligned to the bottom-left corner of the object. |
BOTTOM_RIGHT
|
The rectangle is aligned to the bottom-right corner of the object. |
CENTER
|
The rectangle is centered. |
LEFT
|
The rectangle is aligned to the left of the object. |
RIGHT
|
The rectangle is aligned to the right of the object. |
TOP
|
The rectangle is aligned to the top of the object. |
TOP_LEFT
|
The rectangle is aligned to the top-left corner of the object. |
TOP_RIGHT
|
The rectangle is aligned to the top-right corner of the object. |
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |