Package | Description |
---|---|
com.github.gwtd3.api.layout |
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalLayout<L,T,N extends Node<T>> |
Modifier and Type | Class and Description |
---|---|
static class |
Cluster.Node<T>
A node in the cluster layout.
|
static class |
Force.Node
A node in d3j's force layout, see d3 docs on
node.
|
static class |
Tree.Node<T>
A node in the tree layout.
|
Modifier and Type | Method and Description |
---|---|
Node<T> |
Node.parent() |
Node<T> |
Link.source() |
Node<T> |
Link.target() |
Modifier and Type | Method and Description |
---|---|
Array<Node<T>> |
Node.children() |
Copyright © 2016 gwt-d3. All Rights Reserved.