-
-
Constructor Summary
Constructors
Modifier |
Constructor and Description |
protected |
Tree.Node() |
-
Method Summary
Methods
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
|
-
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
-
Constructor Detail
-
Tree.Node
protected Tree.Node()
-
Method Detail
-
x
public final double x()
- Returns:
- the computed x-coordinate of the node position.
-
y
public final double y()
- Returns:
- the computed y-coordinate of the node position.
Copyright © 2016 gwt-d3. All Rights Reserved.