Class SVGForTextInBoxTree

java.lang.Object
org.abego.treelayout.demo.svg.SVGForTextInBoxTree

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

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

    • SVGForTextInBoxTree

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

    • getSVG

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