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

/barrelfish-master/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DRectQuadTree.java497 Rectangle testRect;
503 testRect = new Rectangle(random.nextInt(rqt.bounds.width - testWidth),
506 if(!test(rqt, testRect, component))
508 System.out.println("test failed for testRect = "+testRect);
515 private static boolean test(RectQuadTree rqt, Rectangle testRect, argument
518 Collection rqtResults = rqt.getComponentsWithin(testRect);
522 if(component[i].getBounds().intersects(testRect))

Completed in 134 milliseconds