Package | Description |
---|---|
org.tinfour.voronoi |
An experimental package implementing Voronoi Diagram functionality
|
Modifier and Type | Method and Description |
---|---|
ThiessenPolygon |
BoundedVoronoiDiagram.getContainingPolygon(double x,
double y)
Gets the polygon that contains the specified coordinate point (x,y).
|
Modifier and Type | Method and Description |
---|---|
List<ThiessenPolygon> |
BoundedVoronoiDiagram.getPolygons()
Gets a list of the polygons that comprise the Voronoi Diagram
|
Modifier and Type | Method and Description |
---|---|
void |
IBoundedVoronoiStyler.applyStylingForAreaFill(Graphics2D g2d,
ThiessenPolygon polygon)
Applies styling for area fill operations.
|
void |
BoundedVoronoiStylerDefault.applyStylingForAreaFill(Graphics2D g,
ThiessenPolygon polygon) |
void |
BoundedVoronoiStylerAdapter.applyStylingForAreaFill(Graphics2D g2d,
ThiessenPolygon polygon) |
void |
IBoundedVoronoiStyler.applyStylingForLineDrawing(Graphics2D g2d,
ThiessenPolygon polygon)
Applies styling for line drawing operations.
|
void |
BoundedVoronoiStylerDefault.applyStylingForLineDrawing(Graphics2D g,
ThiessenPolygon polygon) |
void |
BoundedVoronoiStylerAdapter.applyStylingForLineDrawing(Graphics2D g2d,
ThiessenPolygon polygon) |
IBoundedVoronoiVertexSymbol |
IBoundedVoronoiStyler.getVertexSymbol(ThiessenPolygon polygon)
Tests to see if the polygon is enabled for rendering a symbol
at the vertex position and, if it is, returns a vertex symbol
that can be used for rendering
|
IBoundedVoronoiVertexSymbol |
BoundedVoronoiStylerDefault.getVertexSymbol(ThiessenPolygon polygon)
Tests to see if the polygon is enabled for rendering a symbol at the vertex
position and, if it is, returns a vertex symbol that can be used for
rendering.
|
IBoundedVoronoiVertexSymbol |
BoundedVoronoiStylerAdapter.getVertexSymbol(ThiessenPolygon polygon) |
boolean |
IBoundedVoronoiStyler.isRenderingEnabled(ThiessenPolygon polygon,
BoundedVoronoiRenderingType type)
Indicates whether the specified type of rendering is enabled for the
specified polygon object.
|
boolean |
BoundedVoronoiStylerDefault.isRenderingEnabled(ThiessenPolygon polygon,
BoundedVoronoiRenderingType type) |
boolean |
BoundedVoronoiStylerAdapter.isRenderingEnabled(ThiessenPolygon polygon,
BoundedVoronoiRenderingType type) |
Copyright © 2021. All rights reserved.