Interface TreeNode
-
- All Known Subinterfaces:
Node<T>
- All Known Implementing Classes:
InnerNode
,LeafNode
,RTreeNode
,Spatial.NoOp.DegenerateTreeVertex
,SpatialGrid
,SpatialQuadTree
public interface TreeNode
- Author:
- Tom Nelson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rectangle2D
getBounds()
Collection<? extends TreeNode>
getChildren()
-
-
-
Method Detail
-
getBounds
Rectangle2D getBounds()
-
getChildren
Collection<? extends TreeNode> getChildren()
-
-