Uses of Interface
org.jungrapht.visualization.spatial.rtree.BoundedMap
-
Packages that use BoundedMap Package Description org.jungrapht.visualization.spatial.rtree Visualization mechanisms for supporting RTree spatial data structures. -
-
Uses of BoundedMap in org.jungrapht.visualization.spatial.rtree
Classes in org.jungrapht.visualization.spatial.rtree that implement BoundedMap Modifier and Type Class Description class
NodeMap<V>
A Map of elements to Rectangle2D where the union of the child elements is kept up to date with the values in the Map
-