Enum EArrowShape
- All Implemented Interfaces:
Serializable, CharSequence, Comparable<EArrowShape>
Graphviz arrow head shapes.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionTheboxshape.Thecrowshape.Thediamondshape.Thedotshape.Theediamondshape.Theemptyshape.Thehalfopenshape.Theinvshape.Theinvdotshape.Theinvemptyshape.Theinvodotshape.Thenoneshape.Thenormalshape.Theoboxshape.Theodiamondshape.Theodotshape.Theopenshape.Theteeshape.Theveeshape. -
Method Summary
Modifier and TypeMethodDescriptiondefault charcharAt(int index) default IntStreamchars()default IntStreambooleaninthashCode()default intlength()default CharSequencesubSequence(int start, int end) toString()static EArrowShapeReturns the enum constant of this type with the specified name.static EArrowShape[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
BOX
Theboxshape. -
CROW
Thecrowshape. -
DIAMOND
Thediamondshape. -
DOT
Thedotshape. -
EDIAMOND
Theediamondshape. -
EMPTY
Theemptyshape. -
HALFOPEN
Thehalfopenshape. -
INV
Theinvshape. -
INVDOT
Theinvdotshape. -
INVEMPTY
Theinvemptyshape. -
INVODOT
Theinvodotshape. -
NONE
Thenoneshape. -
NORMAL
Thenormalshape. -
OBOX
Theoboxshape. -
ODIAMOND
Theodiamondshape. -
ODOT
Theodotshape. -
OPEN
Theopenshape. -
TEE
Theteeshape. -
VEE
Theveeshape.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
arrowType
- Returns:
- The name of this arrow type.
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classEnum<EArrowShape>
-
charAt
default char charAt(int index) - Specified by:
charAtin interfaceCharSequence
-
chars
- Specified by:
charsin interfaceCharSequence
-
codePoints
- Specified by:
codePointsin interfaceCharSequence
-
equals
-
hashCode
-
length
default int length()- Specified by:
lengthin interfaceCharSequence
-
subSequence
- Specified by:
subSequencein interfaceCharSequence
-