public class SVGDemo extends Object
TreeLayout
to create a tree diagram with
SVG (Scalable Vector Graphic)
The rendered SVG looks like this:
Constructor | Description |
---|---|
SVGDemo() |
Modifier and Type | Method | 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
.args
- [unused]Copyright © 2019. All rights reserved.