Package org.tinfour.voronoi
An experimental package implementing Voronoi Diagram functionality
-
Interface Summary Interface Description IBoundedVoronoiStyler Defines methods that supply style information for rendering.IBoundedVoronoiVertexSymbol Defines methods for rendering vertex symbols when drawing a bounded Voronoi diagram. -
Class Summary Class Description BoundedVoronoiBuildOptions Specifies options for building a bounded Voronoi DiagramBoundedVoronoiDiagram Constructs a Voronoi Diagram structure from a set of sample points.BoundedVoronoiDrawingUtility Provides utilities for drawing graphical representations of a BoundedVoronoiDiagram instance.BoundedVoronoiIntegrityCheck Provides tools for checking the correctness of the construction of a Voronoi Diagram.BoundedVoronoiStylerAdapter A base implementation of the styler interface provided as a convenience.BoundedVoronoiStylerDefault A default implementation of the styler interface.BoundedVoronoiVertexSymbol The default renderer for vertices in a drawing of a BoundedVoronoiDiagram instance.ThiessenPolygon Provides elements and methods for representing a Thiessen Polygon created by the BoundedVoronoi class. -
Enum Summary Enum Description BoundedVoronoiRenderingType Defines methods that supply style information for rendering.