Package | Description |
---|---|
com.github.gwtd3.api.geom | |
com.github.gwtd3.api.layout |
Modifier and Type | Method and Description |
---|---|
Array<Link> |
Voronoi.links(Array<?> nodes)
TODO: make a demo from http://bl.ocks.org/mbostock/1073373 TODO:
documentation
|
Array<Link> |
Voronoi.triangles(Array<?> nodes)
TODO: make a demo from http://bl.ocks.org/mbostock/1073373 TODO:
documentation
|
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<? extends Link> |
Force.links() |
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.
|
Modifier and Type | Method and Description |
---|---|
Force |
Force.links(Array<? extends Link> links)
Sets the layout's associated links to the specified array.
|
Copyright © 2015 gwt-d3. All rights reserved.