public class Link
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
Link() |
| Modifier and Type | Method and Description |
|---|---|
static Link |
create(Coords source,
Coords target)
Create a basic link object starting at one coordinate and ending at
another
|
Node |
source() |
Node |
target() |
public static final Link create(Coords source, Coords target)
the - starting coordinatesthe - ending coordinatespublic final Node target()
public final Node source()
Copyright © 2015 gwt-d3. All rights reserved.