Package de.tsl2.nano.util
Class GraphLog
java.lang.Object
de.tsl2.nano.util.GraphLog
- Direct Known Subclasses:
ActivityGraph
Provides creation of text blocks to be interpreted by Gravizo and rendered with Graphviz inside a markdown text.
Use:
new GraphLog("mynodes").create(MyListOfNodes).write();
this will create the file 'mymodes-graph.md.html'- Author:
- Thomas Schneider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
graph
-
name
-
styler
-
-
Constructor Details
-
GraphLog
-
GraphLog
- Parameters:
name- name of graph. will be used inside the file name, toostyler- functional expression to add a styling like a color to the link (e.g.: d -> "color=" + cc.get((Integer)Math.round((int)d*10)))
-
-
Method Details