Class 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 Detail

      • getSVG

        public static String getSVG​(org.abego.treelayout.TreeLayout<RenderableNode> treeLayout,
                                    String assignment,
                                    String sampleSolution)
        Returns:
        the rendered tree, described in SVG format.