public final class Border3DSide
This class defines the constants that you pass to the Graphics.drawBorder3D method to define a three-dimensional border's appearance.
Also see wfc.ui.Graphics
Fields
Name | Description |
---|---|
ALL | Combines all available position constants (LEFT, TOP, RIGHT, BOTTOM, and MIDDLE). |
BOTTOM | Draws the bottom side of a three-dimensional border. |
LEFT | Draws the left side of a three-dimensional border. |
MIDDLE | Fills in the middle part of the three-dimensional border. |
RIGHT | Draws the right side of a three-dimensional border. |
TOP | Draws the top side of a three-dimensional border. |
Methods
Name | Description |
---|---|
ensureValid(int value) | Throws an exception if the specified value is not supported by this class. |
valid(int value) | Retrieves a boolean value that indicates whether the specified value is supported by this class. |
Throws an exception if the specified value is not supported by this class.
InvalidEnumArgument
Returns true if the value is valid; otherwise, returns false.
Retrieves a boolean value that indicates whether the specified value is supported by this class.