- java.lang.Object
-
- com.google.gwt.core.client.JavaScriptObject
-
- com.github.gwtd3.api.geom.Quadtree.Node<T>
-
-
Constructor Summary
Constructors
Modifier |
Constructor and Description |
protected |
Quadtree.Node() |
-
Method Summary
-
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
-
Method Detail
-
point
public final T point()
- Returns:
- the point associated with this node, if any (may apply to
either internal or leaf nodes)
-
x
public final Double x()
- Returns:
- the x-coordinate of the associated point, if any
-
y
public final Double y()
- Returns:
- the y-coordinate of the associated point, if any
Copyright © 2015 gwt-d3. All rights reserved.