@Immutable public class EdgeElement extends Object
| Constructor and Description |
|---|
EdgeElement(EdgeEndpoint tail,
EdgeEndpoint head,
DotFileFormat dotFileFormat)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
render()
Render the graph element for use in a DotFile.
|
public EdgeElement(EdgeEndpoint tail, EdgeEndpoint head, DotFileFormat dotFileFormat)
tail - the tail (origin of the edge)head - the head (destination of the edge)dotFileFormat - the output formatpublic final String render()
GraphElementCopyright © 2016–2018. All rights reserved.