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 <T> Link<T> |
Link.create(T source,
T 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<T>> |
HierarchicalLayout.links(Array<N> 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 © 2016 gwt-d3. All Rights Reserved.