Package com.jgalgo.alg
Interface VoronoiAlgo.Builder
-
- All Superinterfaces:
AlgorithmBuilderBase
- Enclosing interface:
- VoronoiAlgo
public static interface VoronoiAlgo.Builder extends AlgorithmBuilderBase
A builder forVoronoiAlgo
algorithms.- Author:
- Barak Ugav
- See Also:
VoronoiAlgo.newBuilder()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VoronoiAlgo
build()
Create a new algorithm object for Voronoi cells computation.-
Methods inherited from interface com.jgalgo.alg.AlgorithmBuilderBase
setOption
-
-
-
-
Method Detail
-
build
VoronoiAlgo build()
Create a new algorithm object for Voronoi cells computation.- Returns:
- a new Voronoi cells algorithm
-
-