Uses of Class
org.jungrapht.visualization.util.BoundingRectangleCollector
-
Packages that use BoundingRectangleCollector Package Description org.jungrapht.visualization.spatial Visualization mechanisms for supporting spatial data structures.org.jungrapht.visualization.util Utilities for graph visualization. -
-
Uses of BoundingRectangleCollector in org.jungrapht.visualization.spatial
Fields in org.jungrapht.visualization.spatial declared as BoundingRectangleCollector Modifier and Type Field Description protected BoundingRectangleCollector<T>
SpatialRTree. boundingRectangleCollector
gathers the bounding rectangles of the elements managed by the RTree.protected BoundingRectangleCollector<T>
SpatialRTree.Builder. boundingRectangleCollector
Methods in org.jungrapht.visualization.spatial with parameters of type BoundingRectangleCollector Modifier and Type Method Description SpatialRTree.Builder<T,NT>
SpatialRTree.Builder. boundingRectangleCollector(BoundingRectangleCollector<T> boundingRectangleCollector)
-
Uses of BoundingRectangleCollector in org.jungrapht.visualization.util
Subclasses of BoundingRectangleCollector in org.jungrapht.visualization.util Modifier and Type Class Description static class
BoundingRectangleCollector.Edges<V,E>
collects theRectangle2D
s that bound all of the edges of aGraph
static class
BoundingRectangleCollector.Points<V>
static class
BoundingRectangleCollector.Vertices<V>
collects theRectangle2D
s that bound all of the vertices of aGraph
-