public class Node
extends com.google.gwt.core.client.JavaScriptObject
Tree
, cluster, and
partitions. The class provides accessors for the nodes key attributes, its
position, children, parent, and depth.Modifier | Constructor and Description |
---|---|
protected |
Node() |
Modifier and Type | Method and Description |
---|---|
double |
x() |
void |
x(double x)
sets the x coordinate
|
double |
y() |
void |
y(double y)
sets the y coordinate
|
Copyright © 2015 gwt-d3. All rights reserved.