Package org.abego.treelayout.demo.svg
Class SVGDemo
java.lang.Object
org.abego.treelayout.demo.svg.SVGDemo
Demonstrates how to use the
TreeLayout
to create a tree diagram with
SVG (Scalable Vector Graphic)
The rendered SVG looks like this:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Returns an SVG text displaying a tree with nodes placed according to a layout created byTreeLayout
.
-
Constructor Details
-
SVGDemo
public SVGDemo()
-
-
Method Details
-
main
Returns an SVG text displaying a tree with nodes placed according to a layout created byTreeLayout
.- Parameters:
args
- [unused]
-