Uses of Class
org.jungrapht.visualization.spatial.SpatialRTree.Edges
-
Packages that use SpatialRTree.Edges Package Description org.jungrapht.visualization.selection Visualization mechanisms for supporting the selection of graph elements.org.jungrapht.visualization.spatial Visualization mechanisms for supporting spatial data structures. -
-
Uses of SpatialRTree.Edges in org.jungrapht.visualization.selection
Methods in org.jungrapht.visualization.selection with parameters of type SpatialRTree.Edges Modifier and Type Method Description protected Collection<E>
ShapePickSupport. getContained(SpatialRTree.Edges<E,V> spatial, LayoutModel<V> layoutModel, Shape shape)
use the spatial R tree to find edges inside the passed shapeprotected E
ShapePickSupport. getEdge(SpatialRTree.Edges<E,V> spatial, LayoutModel<V> layoutModel, double x, double y)
uses the spatialRTree to find the closest edge to the point coordsprotected E
ShapePickSupport. getEdge(SpatialRTree.Edges<E,V> spatial, LayoutModel<V> layoutModel, Rectangle2D pickingFootprint)
-
Uses of SpatialRTree.Edges in org.jungrapht.visualization.spatial
Methods in org.jungrapht.visualization.spatial that return SpatialRTree.Edges Modifier and Type Method Description SpatialRTree.Edges<E,V>
SpatialRTree.Edges.Builder. build()
-