public class Link<T>
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
Link() |
Modifier and Type | Method and Description |
---|---|
static <T> Link<T> |
create(T source,
T target)
Create a basic link object starting at one coordinate and ending at
another
|
Node<T> |
source() |
Node<T> |
target() |
public static final <T> Link<T> create(T source, T target)
the
- starting coordinatesthe
- ending coordinatesCopyright © 2016 gwt-d3. All Rights Reserved.