Interface | Description |
---|---|
Quadtree.Callback<T> |
A callback to be passed to
RootNode#visit(Callback) . |
Class | Description |
---|---|
Geometry |
The geometry module.
|
Hull |
A convex hull.
|
Polygon | |
Quadtree |
A quadtree is a two-dimensional recursive spatial subdivision.
|
Quadtree.Node<T> |
Node of the quadtree.
|
Quadtree.RootNode<T> |
The root node of the quadtree.
|
Voronoi |
Voronoi layouts are particularly useful for invisible interactive regions, as
demonstrated in Nate Vack’s Voronoi picking example.
|
Copyright © 2015 gwt-d3. All rights reserved.