An enumeration of all possible types that make up a GeneralPath
Members
No filters for this type
Constants
The type that is used to add a line from the current position to the last MOVE_TO position.
The type that is used to add a line from the current position to the last MOVE_TO position.
This type uses no coordinate pair.
static
This type uses three coordinate pairs.
static
This type uses one coordinate pair.
static
The type that is used to move the Stroke to the next position.
The type that is used to move the Stroke to the next position.
This type uses one coordinate pair.
static
Static Methods
Returns the name of the given enum constant.
Returns the name of the given enum constant.
static
Parameters
- value: PathType
- The numeric value of an enum constant.
Return Value
- string
- The name of the enum constant.
Throws
- Exception ({ name: 'Error' })
- If this type is a flags enums, and the provided value doesn't correspond to a single enum constant, or if this enum type contains no constant of the given numeric value.