Package | Description |
---|---|
com.github.gwtd3.api | |
com.github.gwtd3.api.geom | |
com.github.gwtd3.api.layout |
Class and Description |
---|
Layout |
Class and Description |
---|
Link
href="https://github.com/mbostock/d3/wiki/Tree-Layout#wiki-links">d3 docs on
link.
|
Class and Description |
---|
Chord |
Chord.Group |
Cluster
The cluster layout produces dendrograms: node-link diagrams that place leaf
nodes of the tree at the same depth.
|
Cluster.Node
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 |
Link
href="https://github.com/mbostock/d3/wiki/Tree-Layout#wiki-links">d3 docs on
link.
|
Node
A node used in a HierarchyLayout
|
SeparationFunction
Separation function used in
SeparationFunction.separation(Object, Object) method. |
Tree
Per the d3 API
reference, the tree layout produces tidy node-link diagrams of trees
using the Reingold–Tilford “tidy” algorithm.
|
Tree.Node
A node in the tree layout.
|
Copyright © 2016 gwt-d3. All Rights Reserved.