Package org.abego.treelayout.demo.svg
Class SVGDemo
- java.lang.Object
-
- org.abego.treelayout.demo.svg.SVGDemo
-
public class SVGDemo extends java.lang.Object
Demonstrates how to use theTreeLayout
to create a tree diagram with SVG (Scalable Vector Graphic)The rendered SVG looks like this:
-
-
Constructor Summary
Constructors Constructor Description SVGDemo()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Returns an SVG text displaying a tree with nodes placed according to a layout created byTreeLayout
.
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
Returns an SVG text displaying a tree with nodes placed according to a layout created byTreeLayout
.- Parameters:
args
- [unused]
-
-