uci.gef
Class PredFigInRect
java.lang.Object
|
+--uci.gef.PredFigInRect
- public class PredFigInRect
- extends Object
- implements Predicate
Predicate that returns true for Fig's that intersect the rectangle
given in the constructor. Useful for making a
EnumerationPredicate that finds Figs intersecting a given
Rectangle.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PredFigInRect
public PredFigInRect(Rectangle r)
predicate
public boolean predicate(Object o)
- Specified by:
- predicate in interface Predicate