Enum | +--MenuGlyphpublic final class MenuGlyph
Enum to be used with the drawMenuGlyph function.
Fields
Name | Description |
---|---|
ARROW | Draws a submenu arrow. |
BULLET | Draws a menu bullet. |
CHECKMARK | Draws a menu check mark. |
MAX | Topic under construction. |
MIN |
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.