Class SVGGenerator
java.lang.Object
de.hsh.graja.regression.report.treevisualiser.SVGGenerator
Generates SVG for a given
TreeLayout
of TextInBox
nodes.
Modified by Marc Herschel for rendering SVG of custom nodes (08.07.2020)
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getSVG
(org.abego.treelayout.TreeLayout<RenderableNode> treeLayout, String assignment, String sampleSolution)
-
Method Details
-
getSVG
public static String getSVG(org.abego.treelayout.TreeLayout<RenderableNode> treeLayout, String assignment, String sampleSolution) - Returns:
- the rendered tree, described in SVG format.
-