Searched refs:RectQuadTree (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DRectQuadTree.java34 * it is in the RectQuadTree. If the bounds are to change, the component should
38 class RectQuadTree class
41 private RectQuadTree [] child;
68 private RectQuadTree(Rectangle bounds, int maxDepth) method in class:RectQuadTree
88 public RectQuadTree(Rectangle bounds) method in class:RectQuadTree
98 * Add a component to this RectQuadTree.
106 * Remove a component from this RectQuadTree.
114 * Return the set of components within this RectQuadTree which intersect
413 child = new RectQuadTree[4];
420 new RectQuadTree(ne
[all...]

Completed in 25 milliseconds