An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.
Name | Value | Description |
---|---|---|
stRectangle | 0 | |
stSquare | 1 | |
stRoundRect | 2 | |
stRoundSquare | 3 | |
stEllipse | 4 | |
stCircle | 5 | |
stTriangleUp | 6 | |
stTriangleDown | 7 |