Interface | Description |
---|---|
SeparationFunction<T> |
Separation function used in
SeparationFunction.separation(Object, Object) method. |
Class | Description |
---|---|
Chord | |
Chord.ChordItem | |
Chord.Group | |
Cluster<T> |
The cluster layout produces dendrograms: node-link diagrams that place leaf
nodes of the tree at the same depth.
|
Cluster.Node<T> |
A node in the cluster layout.
|
Force |
Force layout binding to D3.
|
Force.Node |
A node in d3j's force layout, see d3 docs on
node.
|
HierarchicalLayout<L,T,N extends Node<T>> | |
Layout | |
Link<T> |
href="https://github.com/mbostock/d3/wiki/Tree-Layout#wiki-links">d3 docs on
link.
|
Node<T> |
A node used in a HierarchyLayout
|
Tree<T> |
Per the d3 API
reference, the tree layout produces tidy node-link diagrams of trees
using the Reingold–Tilford “tidy” algorithm.
|
Tree.Node<T> |
A node in the tree layout.
|
Copyright © 2016 gwt-d3. All Rights Reserved.