Package org.jungrapht.visualization.spatial
Visualization mechanisms for supporting spatial data structures.
-
Interface Summary Interface Description Spatial<T,NT> Basic interface for Spatial data -
Class Summary Class Description AbstractSpatial<T,NT> Spatial.NoOp<T,NT> a special case Spatial that does no filteringSpatial.NoOp.DegenerateTreeVertex<V> a TreeNode that is immutable and covers the entire layout areaSpatial.NoOp.Edge<E,V> Spatial.NoOp.Vertex<V> SpatialGrid<V> A Spatial Data Structure to optimize rendering performance.SpatialQuadTree<V> A spatial data structure that uses a quadtree.SpatialRTree<T,NT> SpatialRTree.Builder<T,NT> SpatialRTree.Edges<E,V> SpatialRTree.Edges.Builder<E,V> SpatialRTree.Vertices<V> SpatialRTree.Vertices.Builder<V> SwingThreadSpatial<T,NT>