
public final class GraphViz extends Object
neato -Tpng example.dot -o example.png
| Modifier | Constructor and Description |
|---|---|
private |
GraphViz()
hidden constructor for static class.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
save(String file,
Graph<? extends Vertex,? extends Edge<Vertex>> network)
Save the graph as in graphviz format in the given file.
|
static String |
toString(Graph<? extends Vertex,? extends Edge<?>> network)
Print the content of the graph.
|
Copyright © 2015 University of Glasgow. All rights reserved.