- Enclosing interface:
- GraphvizGraph
public static interface GraphvizGraph.GraphvizNode
A Graphviz node.
-
Method Summary
Retrieves color of the node.
Retrieves the label of the node.
-
Method Details
-
getId
Retrieves the unique ID.
- Returns:
- A the unique ID of the node.
-
getColor
Retrieves color of the node.
- Returns:
- The color of the node.
-
getLabel
Retrieves the label of the node.
- Returns:
- Label of the node.