|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.umd.cs.jazz.util.ZFindFilterBounds
ZFindFilterBounds determines if the specified node's visual component falls within the specified bounds in global coordinates.
| Constructor Summary | |
ZFindFilterBounds(ZBounds bounds)
Create a new bounds filter. |
|
| Method Summary | |
boolean |
accept(ZNode node)
The specified node is accepted by this filter if its visual component's bounds intersect this filter's bounds. |
boolean |
findChildren(ZNode node)
This method determines if the children of the specified node should be searched. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ZFindFilterBounds(ZBounds bounds)
bounds - The bounds in global coordinates to search within.| Method Detail |
public boolean accept(ZNode node)
node - The node that is to be examined by this filterpublic boolean findChildren(ZNode node)
node - The node that is to be examined by this filter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||