Package | Description |
---|---|
com.github.gwtd3.api.geom |
Modifier and Type | Method and Description |
---|---|
Voronoi |
Voronoi.clearClipExtent()
Clear the extent clipping.
|
Voronoi |
Voronoi.clipExtent(int x0,
int y0,
int x1,
int y1)
Sets the clip extent of the Voronoi layout to the specified bounds and
returns the layout.
|
Voronoi |
Geometry.voronoi()
Creates a Voronoi layout with default accessors.
|
Voronoi |
Voronoi.x(DatumFunction<Double> xAccessor)
Sets the x-coordinate accessor.
|
Voronoi |
Voronoi.y(DatumFunction<Double> yAccessor)
Sets the y-coordinate accessor.
|
Copyright © 2015 gwt-d3. All rights reserved.