Class SVGForTextInBoxTree


  • public class SVGForTextInBoxTree
    extends Object
    Generates SVG for a given TreeLayout of TextInBox nodes.

    Author:
    Udo Borkowski (ub@abego.org)
    • Constructor Detail

      • SVGForTextInBoxTree

        public SVGForTextInBoxTree​(TreeLayout<TextInBox> treeLayout)
        Parameters:
        treeLayout - the TreeLayout to be rendered as SVG
    • Method Detail

      • getSVG

        public String getSVG()
        Returns:
        the rendered tree, described in SVG format.