public class Dot<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Dot.Builder<T>
Builder class for Dot output
|
static class |
Dot.OutputOrder
How to print the dot graph.
|
Modifier and Type | Method and Description |
---|---|
static <T> Dot.Builder<T> |
builder(DirectedAcyclicGraph<T> graph,
String graphName) |
void |
writeOutput(Appendable output)
Writes out the graph in dot format to the given output
|
public static <T> Dot.Builder<T> builder(DirectedAcyclicGraph<T> graph, String graphName)
public void writeOutput(Appendable output) throws IOException
IOException