Package | Description |
---|---|
com.github.gwtd3.api.layout |
Modifier and Type | Method and Description |
---|---|
static Link |
Link.create(Coords source,
Coords target)
Create a basic link object starting at one coordinate and ending at
another
|
Modifier and Type | Method and Description |
---|---|
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.