Enum Class ALspComplexStroke.ArrowBuilder.ArrowType
java.lang.Object
java.lang.Enum<ALspComplexStroke.ArrowBuilder.ArrowType>
com.luciad.view.lightspeed.style.complexstroke.ALspComplexStroke.ArrowBuilder.ArrowType
- All Implemented Interfaces:
Serializable
,Comparable<ALspComplexStroke.ArrowBuilder.ArrowType>
,Constable
- Enclosing class:
ALspComplexStroke.ArrowBuilder
public static enum ALspComplexStroke.ArrowBuilder.ArrowType
extends Enum<ALspComplexStroke.ArrowBuilder.ArrowType>
The arrow type. The following image shows which arrows are supported:
- Since:
- 2013.1
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionBlunt arrow, see class doc.Double left half arrow, see class doc.Double right half arrow, see class doc.Left half arrow, see class doc.Plain arrow, see class doc.Filled arrow, see class doc.Outlined arrow, see class doc.Regular filled arrow, see class doc.Regular outlined arrow, see class doc.Right half arrow, see class doc. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REGULAR_OUTLINED
Regular outlined arrow, see class doc. -
REGULAR_FILLED
Regular filled arrow, see class doc. -
PLAIN
Plain arrow, see class doc. -
PLAIN_OUTLINED
Outlined arrow, see class doc. -
PLAIN_FILLED
Filled arrow, see class doc. -
BLUNT
Blunt arrow, see class doc. -
LEFT_HALF
Left half arrow, see class doc. -
RIGHT_HALF
Right half arrow, see class doc. -
DOUBLE_LEFT_HALF
Double left half arrow, see class doc. -
DOUBLE_RIGHT_HALF
Double right half arrow, see class doc.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-