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