public class SVGDemo
extends java.lang.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(java.lang.String[] args)
Returns an SVG text displaying a tree with nodes placed according to a
layout created by
TreeLayout . |
public static void main(java.lang.String[] args)
TreeLayout
.args
- [unused]