Uses of Class
org.tinfour.voronoi.ThiessenPolygon
-
Packages that use ThiessenPolygon Package Description org.tinfour.voronoi An experimental package implementing Voronoi Diagram functionality -
-
Uses of ThiessenPolygon in org.tinfour.voronoi
Methods in org.tinfour.voronoi that return ThiessenPolygon Modifier and Type Method Description ThiessenPolygonBoundedVoronoiDiagram. getContainingPolygon(double x, double y)Gets the polygon that contains the specified coordinate point (x,y).Methods in org.tinfour.voronoi that return types with arguments of type ThiessenPolygon Modifier and Type Method Description List<ThiessenPolygon>BoundedVoronoiDiagram. getPolygons()Gets a list of the polygons that comprise the Voronoi DiagramMethods in org.tinfour.voronoi with parameters of type ThiessenPolygon Modifier and Type Method Description voidBoundedVoronoiStylerAdapter. applyStylingForAreaFill(Graphics2D g2d, ThiessenPolygon polygon)voidBoundedVoronoiStylerDefault. applyStylingForAreaFill(Graphics2D g, ThiessenPolygon polygon)voidIBoundedVoronoiStyler. applyStylingForAreaFill(Graphics2D g2d, ThiessenPolygon polygon)Applies styling for area fill operations.voidBoundedVoronoiStylerAdapter. applyStylingForLineDrawing(Graphics2D g2d, ThiessenPolygon polygon)voidBoundedVoronoiStylerDefault. applyStylingForLineDrawing(Graphics2D g, ThiessenPolygon polygon)voidIBoundedVoronoiStyler. applyStylingForLineDrawing(Graphics2D g2d, ThiessenPolygon polygon)Applies styling for line drawing operations.IBoundedVoronoiVertexSymbolBoundedVoronoiStylerAdapter. getVertexSymbol(ThiessenPolygon polygon)IBoundedVoronoiVertexSymbolBoundedVoronoiStylerDefault. 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.IBoundedVoronoiVertexSymbolIBoundedVoronoiStyler. 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 renderingbooleanBoundedVoronoiStylerAdapter. isRenderingEnabled(ThiessenPolygon polygon, BoundedVoronoiRenderingType type)booleanBoundedVoronoiStylerDefault. isRenderingEnabled(ThiessenPolygon polygon, BoundedVoronoiRenderingType type)booleanIBoundedVoronoiStyler. isRenderingEnabled(ThiessenPolygon polygon, BoundedVoronoiRenderingType type)Indicates whether the specified type of rendering is enabled for the specified polygon object.
-