public static interface GraphvizGraph.GraphvizEdge
Modifier and Type | Method and Description |
---|---|
String |
getColor()
Retrieves color of the edge.
|
String |
getLabel()
Retrieves the label of the edge.
|
String |
getNode1Id()
Get the first node in the edge.
|
String |
getNode2Id()
Get the second node in the edge.
|
String getNode1Id()
String getNode2Id()
String getColor()
String getLabel()
Copyright © 2009-2017 Google. All Rights Reserved.