Uses of Interface
org.tinfour.voronoi.IBoundedVoronoiVertexSymbol
-
Packages that use IBoundedVoronoiVertexSymbol Package Description org.tinfour.voronoi An experimental package implementing Voronoi Diagram functionality -
-
Uses of IBoundedVoronoiVertexSymbol in org.tinfour.voronoi
Classes in org.tinfour.voronoi that implement IBoundedVoronoiVertexSymbol Modifier and Type Class Description classBoundedVoronoiVertexSymbolThe default renderer for vertices in a drawing of a BoundedVoronoiDiagram instance.Methods in org.tinfour.voronoi that return IBoundedVoronoiVertexSymbol Modifier and Type Method Description 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 rendering
-