Class RTreeNode<T>
- java.lang.Object
-
- org.jungrapht.visualization.spatial.rtree.RTreeNode<T>
-
-
Constructor Summary
Constructors Constructor Description RTreeNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Node<T>>
getParent()
void
setParent(Node<T> node)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jungrapht.visualization.spatial.rtree.Node
add, asString, centerOfGravity, collectGrids, count, getContainingLeaf, getContainingLeafs, getContainingLeafs, getPickedObject, getVisibleElements, isLeafChildren, recalculateBounds, remove, size
-
Methods inherited from interface org.jungrapht.visualization.spatial.rtree.TreeNode
getBounds, getChildren
-
-