| Class | Description |
|---|---|
| Chord | |
| Chord.ChordItem | |
| Chord.Group | |
| Cluster |
The cluster layout produces dendrograms: node-link diagrams that place leaf
nodes of the tree at the same depth.
|
| Force |
Force layout binding to D3.
|
| Force.Node |
A node in d3j's force layout, see d3 docs on
node.
|
| HierarchicalLayout | |
| HierarchicalLayout.Node |
A node in d3j's tree layout, see d3 docs on
node.
|
| Layout | |
| Link |
A link in d3js' tree layout, see d3 docs on
link.
|
| Node |
A node in d3j's tree layout, see d3 docs on
node.
|
| Tree |
Per the d3 API
reference, the tree layout produces tidy node-link diagrams of trees
using the Reingold–Tilford “tidy” algorithm.
|
Copyright © 2015 gwt-d3. All rights reserved.