Defines the horizontal alignment modes. More...
Public Member Functions | |
| HorizontalAlignment (int mValue) | |
| HorizontalAlignment (HorizontalAlignment enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static HorizontalAlignment | swigToEnum (int swigValue) |
| static HorizontalAlignment | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| Center =(2) | |
| Centers the mask horizontally in the node. | |
| Count =(4) | |
| The number of horizontal alignment modes. | |
| Left =(0) | |
| Aligns the left edge of the mask with the left edge of the node. | |
| Right =(1) | |
| Aligns the right edge of the mask with the right edge of the node. | |
| Stretch =(3) | |
| Stretches the mask horizontally to fit the node from the left edge to the right edge. | |
Defines the horizontal alignment modes.
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |