Class SVGGenerator

java.lang.Object
de.hsh.graja.regression.report.treevisualiser.SVGGenerator

public final class SVGGenerator extends Object
Generates SVG for a given TreeLayout of TextInBox nodes.

Modified by Marc Herschel for rendering SVG of custom nodes (08.07.2020)

  • 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.