Uses of Class
org.tinfour.voronoi.BoundedVoronoiDiagram
-
Packages that use BoundedVoronoiDiagram Package Description org.tinfour.voronoi An experimental package implementing Voronoi Diagram functionality -
-
Uses of BoundedVoronoiDiagram in org.tinfour.voronoi
Constructors in org.tinfour.voronoi with parameters of type BoundedVoronoiDiagram Constructor Description BoundedVoronoiDrawingUtility(BoundedVoronoiDiagram diagram, int width, int height, int pad, Rectangle2D optionalBounds)Constructs drawing utility instance for the specified Bounded Voronoi Diagram.BoundedVoronoiDrawingUtility(BoundedVoronoiDiagram diagram, Rectangle2D clipBounds, AffineTransform af)Constructs an instance for the specified Voronoi diagramBoundedVoronoiIntegrityCheck(BoundedVoronoiDiagram BoundedVoronoi)Constructs an instance of the integrity checker tied to the specified instance.
-