Package org.abego.treelayout.demo.svg
Class SVGForTextInBoxTree
- java.lang.Object
-
- org.abego.treelayout.demo.svg.SVGForTextInBoxTree
-
public class SVGForTextInBoxTree extends Object
Generates SVG for a givenTreeLayout
ofTextInBox
nodes.- Author:
- Udo Borkowski (ub@abego.org)
-
-
Constructor Summary
Constructors Constructor Description SVGForTextInBoxTree(TreeLayout<TextInBox> treeLayout)
-
-
-
Constructor Detail
-
SVGForTextInBoxTree
public SVGForTextInBoxTree(TreeLayout<TextInBox> treeLayout)
- Parameters:
treeLayout
- theTreeLayout
to be rendered as SVG
-
-
Method Detail
-
getSVG
public String getSVG()
- Returns:
- the rendered tree, described in SVG format.
-
-