Enum EStandardAttribute
- All Implemented Interfaces:
Serializable, CharSequence, Comparable<EStandardAttribute>
Standard graphviz attribute names.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe arrowhead attribute.The arrowsize attribute.The arrowtail attribute.The bgcolor attribute.The class attribute.The cluster attribute.The clusterrank attribute.The color attribute.The constraint attribute.The dir attribute.The edgetooltip attribute.The xlabel attribute.The xlp attribute.The fillcolor attribute.The fontcolor attribute.The fontname attribute.The fontsize attribute.The headlabel attribute.The headtooltip attribute.The height attribute.The label attribute.The lp attribute.The labelfontcolor attribute.The labelloc attribute.The labeltooltip attribute.The margin attribute.The nodesep attribute.The ordering attribute.The pencolor attribute.The arrowsize attribute.The peripheries attribute.The rankdir attribute.The ranksep attribute.The root attribute.The shape attribute.The showboxes attribute.The style attribute.The taillabel attribute.The tailtooltip attribute.The tooltip attribute.The truecolor attribute.The width attribute. -
Method Summary
Modifier and TypeMethodDescriptiondefault charcharAt(int index) default IntStreamchars()default IntStreambooleaninthashCode()default intlength()default CharSequencesubSequence(int start, int end) toString()static EStandardAttributeReturns the enum constant of this type with the specified name.static EStandardAttribute[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ARROW_HEAD
The arrowhead attribute. -
ARROW_SIZE
The arrowsize attribute. -
ARROW_TAIL
The arrowtail attribute. -
BACKGROUND_COLOR
The bgcolor attribute. -
CLASS
The class attribute. -
CLUSTER
The cluster attribute. -
CLUSTER_RANK
The clusterrank attribute. -
COLOR
The color attribute. -
CONSTRAINT
The constraint attribute. -
DIRECTION
The dir attribute. -
EDGE_TOOLTIP
The edgetooltip attribute. -
EXTERNAL_LABEL
The xlabel attribute. -
EXTERNAL_LABEL_POSITION
The xlp attribute. -
FILL_COLOR
The fillcolor attribute. -
FONT_COLOR
The fontcolor attribute. -
FONT_NAME
The fontname attribute. -
FONT_SIZE
The fontsize attribute. -
HEAD_LABEL
The headlabel attribute. -
HEAD_TOOLTIP
The headtooltip attribute. -
HEIGHT
The height attribute. -
LABEL
The label attribute. -
LABEL_CENTER_POSITION
The lp attribute. -
LABEL_FONT_COLOR
The labelfontcolor attribute. -
LABEL_LOCATION
The labelloc attribute. -
LABEL_TOOLTIP
The labeltooltip attribute. -
MARGIN
The margin attribute. -
NODE_SEPARATION
The nodesep attribute. -
ORDERING
The ordering attribute. -
PEN_COLOR
The pencolor attribute. -
PEN_WIDTH
The arrowsize attribute. -
PERIPHERIES
The peripheries attribute. -
RANK_DIRECTION
The rankdir attribute. -
RANK_SEPARATION
The ranksep attribute. -
ROOT
The root attribute. -
SHAPE
The shape attribute. -
SHOW_BOXES
The showboxes attribute. -
STYLE
The style attribute. -
TAIL_LABEL
The taillabel attribute. -
TAIL_TOOLTIP
The tailtooltip attribute. -
TOOLTIP
The tooltip attribute. -
TRUE_COLOR
The truecolor attribute. -
WIDTH
The width attribute.
-
-
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
-
attributeName
- Returns:
- Name of this attribute.
-
toString
- Specified by:
toStringin interfaceCharSequence- Overrides:
toStringin classEnum<EStandardAttribute>
-
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
-