Package org.abego.treelayout.demo.svg
Class SVGDemo
- java.lang.Object
-
- org.abego.treelayout.demo.svg.SVGDemo
-
public class SVGDemo extends java.lang.ObjectDemonstrates how to use theTreeLayoutto 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 voidmain(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]
-
-