public interface DotFileFormat
| Modifier and Type | Method and Description |
|---|---|
String |
render(Digraph digraph)
Render the digraph element as a string.
|
String |
render(EdgeElement edgeElement)
Render the edge element as a string.
|
String |
render(NodeElement nodeElement)
Render the node element as a string.
|
String |
render(NodeProperties nodeProperties)
Render the node properties as a string.
|
String |
render(PropertyElement propertyElement)
Render the property element as a string.
|
String |
render(Subgraph subgraph)
Render the subgraph as a string.
|
String |
renderReport()
Generates the report.
|
String renderReport()
String render(Digraph digraph)
digraph - the digraph to renderString render(EdgeElement edgeElement)
edgeElement - the edge element to renderString render(NodeElement nodeElement)
nodeElement - the node element to renderString render(NodeProperties nodeProperties)
nodeProperties - the node properties to renderString render(PropertyElement propertyElement)
propertyElement - the property element to renderCopyright © 2016–2018. All rights reserved.