Package | Description |
---|---|
com.github.gwtd3.api.layout |
Modifier and Type | Method and Description |
---|---|
HierarchicalLayout.Node |
HierarchicalLayout.Node.parent() |
Modifier and Type | Method and Description |
---|---|
Array<HierarchicalLayout.Node> |
HierarchicalLayout.Node.children() |
Array<HierarchicalLayout.Node> |
HierarchicalLayout.nodes(HierarchicalLayout.Node r)
Runs the tree layout, returning the array of nodes associated with the
specified root node.
|
Modifier and Type | Method and Description |
---|---|
Array<HierarchicalLayout.Node> |
HierarchicalLayout.nodes(HierarchicalLayout.Node r)
Runs the tree layout, returning the array of nodes associated with the
specified root node.
|
Modifier and Type | Method and Description |
---|---|
Tree |
Tree.children(DatumFunction<Array<HierarchicalLayout.Node>> df)
Sets the specified children accessor function.
|
Array<Link> |
HierarchicalLayout.links(Array<HierarchicalLayout.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 © 2015 gwt-d3. All rights reserved.