Uses of Class
org.hermit.geometry.Graph

Packages that use Graph
org.hermit.geometry.voronoi A Voronoi diagram generator. 
 

Uses of Graph in org.hermit.geometry.voronoi
 

Methods in org.hermit.geometry.voronoi that return Graph
static Graph Fortune.ComputeVoronoiGraph(java.lang.Iterable<Point> points)
          Compute the Voronoi diagram for the given set of points.
static Graph Fortune.ComputeVoronoiGraph(Point[] points)
          Compute the Voronoi diagram for the given set of points.
static Graph Fortune.FilterVG(Graph graph, double min)
          Filter the given graph, removing any edges whose data points are closer than min.
 

Methods in org.hermit.geometry.voronoi with parameters of type Graph
static Graph Fortune.FilterVG(Graph graph, double min)
          Filter the given graph, removing any edges whose data points are closer than min.