Package com.treemap.swing.fastvoronoi
Interface VoronoiDiagram
- All Known Implementing Classes:
OriginalVoronoiDiagram
,SimpleVoronoiDiagram
public interface VoronoiDiagram
-
Method Summary
Modifier and TypeMethodDescriptioncom.macrofocus.geom.Shape
getClippedPolygon
(int i) com.macrofocus.geom.Shape
getPolygon
(int i)
-
Method Details
-
getPolygon
com.macrofocus.geom.Shape getPolygon(int i) -
getClippedPolygon
com.macrofocus.geom.Shape getClippedPolygon(int i)
-