| Package | Description |
|---|---|
| com.github.gwtd3.api.layout |
| Modifier and Type | Method and Description |
|---|---|
Node |
Node.parent() |
Node |
Link.source() |
Node |
Link.target() |
| Modifier and Type | Method and Description |
|---|---|
Array<Node> |
Node.children() |
Array<Node> |
TreeLayout.nodes(Node r)
Runs the tree layout, returning the array of nodes associated with the
specified root node.
|
| Modifier and Type | Method and Description |
|---|---|
Array<Node> |
TreeLayout.nodes(Node r)
Runs the tree layout, returning the array of nodes associated with the
specified root node.
|
| Modifier and Type | Method and Description |
|---|---|
TreeLayout |
TreeLayout.children(DatumFunction<Array<Node>> df)
Sets the specified children accessor function.
|
Array<Link> |
TreeLayout.links(Array<Node> n)
Given the specified array of nodes, such as those returned by nodes,
returns an array of objects representing the from parent to child for
each node.
|
Copyright © 2013 gwt-d3. All rights reserved.