Interface GraphvizGraph.GraphvizNode
-
- All Known Implementing Classes:
LinkedDirectedGraph.LinkedDiGraphNode
- Enclosing interface:
- GraphvizGraph
public static interface GraphvizGraph.GraphvizNodeA Graphviz node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetColor()Retrieves color of the node.java.lang.StringgetId()Retrieves the unique ID.java.lang.StringgetLabel()Retrieves the label of the node.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Retrieves the unique ID.- Returns:
- A the unique ID of the node.
-
getColor
java.lang.String getColor()
Retrieves color of the node.- Returns:
- The color of the node.
-
getLabel
java.lang.String getLabel()
Retrieves the label of the node.- Returns:
- Label of the node.
-
-