Uses of Class
org.jungrapht.visualization.spatial.SpatialRTree.Builder
-
Packages that use SpatialRTree.Builder Package Description org.jungrapht.visualization.spatial Visualization mechanisms for supporting spatial data structures. -
-
Uses of SpatialRTree.Builder in org.jungrapht.visualization.spatial
Subclasses of SpatialRTree.Builder in org.jungrapht.visualization.spatial Modifier and Type Class Description static class
SpatialRTree.Edges.Builder<E,V>
static class
SpatialRTree.Vertices.Builder<V>
Methods in org.jungrapht.visualization.spatial that return SpatialRTree.Builder Modifier and Type Method Description SpatialRTree.Builder<T,NT>
SpatialRTree.Builder. boundingRectangleCollector(BoundingRectangleCollector<T> boundingRectangleCollector)
SpatialRTree.Builder<T,NT>
SpatialRTree.Builder. layoutModel(LayoutModel<NT> layoutModel)
SpatialRTree.Builder<T,NT>
SpatialRTree.Builder. reinsert(boolean reinsert)
SpatialRTree.Builder<T,NT>
SpatialRTree.Builder. splitterContext(SplitterContext<T> splitterContext)
-