|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.database.geometry.ObjectQTree
public class ObjectQTree
User: Gilda Date: Feb 14, 2006
Constructor Summary | |
---|---|
ObjectQTree(java.awt.geom.Rectangle2D box)
Constructor |
Method Summary | |
---|---|
boolean |
add(java.lang.Object newObj,
java.awt.geom.Rectangle2D rect)
Method to insert new element into qTree |
java.util.Set |
find(java.awt.geom.Rectangle2D searchB)
Method to find set of elements overlaping the search box. |
void |
print()
Method to print the qTree elements |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectQTree(java.awt.geom.Rectangle2D box)
box
- represents the bounding box of the root leafMethod Detail |
---|
public boolean add(java.lang.Object newObj, java.awt.geom.Rectangle2D rect)
newObj
- rect
-
public void print()
public java.util.Set find(java.awt.geom.Rectangle2D searchB)
searchB
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |