Uses of Class
org.jungrapht.visualization.spatial.SpatialQuadTree
-
Packages that use SpatialQuadTree Package Description org.jungrapht.samples.spatial Sample applications showing spatial data structuresorg.jungrapht.visualization.spatial Visualization mechanisms for supporting spatial data structures. -
-
Uses of SpatialQuadTree in org.jungrapht.samples.spatial
Methods in org.jungrapht.samples.spatial with parameters of type SpatialQuadTree Modifier and Type Method Description void
SpatialRTreeTest. testClosestVertices(VisualizationViewer<String,Integer> vv, org.jgrapht.Graph<String,Integer> graph, LayoutModel<String> layoutModel, SpatialQuadTree<String> tree)
-
Uses of SpatialQuadTree in org.jungrapht.visualization.spatial
Methods in org.jungrapht.visualization.spatial that return SpatialQuadTree Modifier and Type Method Description SpatialQuadTree<V>
SpatialQuadTree. getContainingQuadTreeLeaf(double x, double y)
SpatialQuadTree<V>
SpatialQuadTree. getContainingQuadTreeLeaf(Point2D p)
find the cell that would contain the passed pointSpatialQuadTree<V>
SpatialQuadTree. setMaxLevels(int l)
SpatialQuadTree<V>
SpatialQuadTree. setMaxObjects(int o)
Methods in org.jungrapht.visualization.spatial that return types with arguments of type SpatialQuadTree Modifier and Type Method Description Set<SpatialQuadTree<V>>
SpatialQuadTree. getContainingLeafs(double x, double y)
Set<SpatialQuadTree<V>>
SpatialQuadTree. getContainingLeafs(Point2D p)
-