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

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DRectQuadTree.java161 private void addComponent(Component c, Rectangle cBounds) argument
165 if(maxDepth == 0 || cBounds.contains(bounds))
175 addComponent(c, cBounds);
181 if(maxDepth == 0 || cBounds.contains(bounds))
196 addComponent(c, cBounds);
204 if(cBounds.intersects(child[i].bounds))
206 child[i].addComponent(c, cBounds);
341 private void removeComponent(Component c, Rectangle cBounds) argument
363 if(cBounds.intersects(child[i].bounds))
365 child[i].removeComponent(c, cBounds);
[all...]

Completed in 83 milliseconds