Package | Description |
---|---|
com.github.gwtd3.api.layout |
Modifier and Type | Method and Description |
---|---|
static <T> Force.Link<T> |
Force.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<Force.Link<T>> |
Force.links() |
Modifier and Type | Method and Description |
---|---|
Force<T> |
Force.links(Array<Force.Link<T>> links)
Sets the layout's associated links to the specified array.
|
Copyright © 2017 gwt-d3. All rights reserved.