public class SVGDemo extends Object
TreeLayout to create a tree diagram with
SVG (Scalable Vector Graphic)
The rendered SVG looks like this:
| Constructor and Description |
|---|
SVGDemo() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Returns an SVG text displaying a tree with nodes placed according to a
layout created by
TreeLayout. |
public static void main(String[] args)
TreeLayout.Copyright © 2015. All rights reserved.