Interface IStyle
- All Superinterfaces:
CharSequence, Serializable
- All Known Implementing Classes:
EEdgeStyle, ENodeStyle, ESubGraphStyle
public interface IStyle
A graphviz style for graphs, nodes, or edges.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptiondefault charcharAt(int index) default IntStreamchars()default IntStreambooleaninthashCode()default intlength()default CharSequencesubSequence(int start, int end) Methods inherited from interface CharSequence
toString
-
Method Details
-
styleName
String styleName()- Returns:
- Name of this shape.
-
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
-