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. boundingRectangleCollectorgathers the bounding rectangles of the elements managed by the RTree.protected BoundingRectangleCollector<T>SpatialRTree.Builder. boundingRectangleCollectorMethods 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 classBoundingRectangleCollector.Edges<V,E>collects theRectangle2Ds that bound all of the edges of aGraphstatic classBoundingRectangleCollector.Points<V>static classBoundingRectangleCollector.Vertices<V>collects theRectangle2Ds that bound all of the vertices of aGraph
-