![]() |
AuD
Lecture 'Algorithmen und Datenstrukturen' (code examples)
|
Use GraphViz to render graph structures. More...
Collaboration diagram for aud.util.Graphviz:Public Member Functions | |
| File | renderDotFileToFile (File dotfile, String format) |
| Render dot file. More... | |
| void | displayAsPDF (String dotCode) |
Render and display dotCode. More... | |
| void | displayAsPDF (Graphvizable object) |
Display object. More... | |
| DotViewer | display (String dotCode) |
Render and display dotCode. More... | |
| DotViewer | display (Graphvizable object) |
Display object. More... | |
Use GraphViz to render graph structures.
Requires an installation of GraphViz.
Definition at line 15 of file Graphviz.java.
| DotViewer aud.util.Graphviz.display | ( | Graphvizable | object | ) |
Display object.
Definition at line 87 of file Graphviz.java.
References aud.util.DotViewer.displayWindow().
Here is the call graph for this function:| DotViewer aud.util.Graphviz.display | ( | String | dotCode | ) |
Render and display dotCode.
Definition at line 81 of file Graphviz.java.
References aud.util.DotViewer.displayWindow().
Here is the call graph for this function:| void aud.util.Graphviz.displayAsPDF | ( | Graphvizable | object | ) |
Display object.
Definition at line 75 of file Graphviz.java.
References aud.util.Graphviz.displayAsPDF().
Here is the call graph for this function:| void aud.util.Graphviz.displayAsPDF | ( | String | dotCode | ) |
Render and display dotCode.
Definition at line 65 of file Graphviz.java.
References aud.util.Graphviz.renderDotFileToFile(), aud.util.Sys.viewPDFFile(), and aud.util.Sys.writeToTempFile().
Referenced by aud.util.Graphviz.displayAsPDF().
Here is the call graph for this function:
Here is the caller graph for this function:| File aud.util.Graphviz.renderDotFileToFile | ( | File | dotfile, |
| String | format | ||
| ) |
Render dot file.
Excutes GraphViz dot and writes an output file ditfile+"."+format.
Definition at line 36 of file Graphviz.java.
Referenced by aud.util.DotViewer.display(), and aud.util.Graphviz.displayAsPDF().
Here is the caller graph for this function: