Uses of Interface
org.jungrapht.visualization.spatial.rtree.BoundedList
-
Packages that use BoundedList Package Description org.jungrapht.visualization.spatial.rtree Visualization mechanisms for supporting RTree spatial data structures. -
-
Uses of BoundedList in org.jungrapht.visualization.spatial.rtree
Classes in org.jungrapht.visualization.spatial.rtree that implement BoundedList Modifier and Type Class Description class
NodeList<B extends Bounded>
A list of elements that are Bounded by a Rectangle2D The list is also Bounded by the combined union of its elements
-