Class CheckWithin

java.lang.Object
  |
  +--Predicate
        |
        +--ObjectPredicate
              |
              +--CheckWithin

class CheckWithin
extends ObjectPredicate

Check whether one object is inside another

See Also:
CheckContains

Constructor Summary
(package private) CheckWithin()
           
 
Method Summary
 boolean evaluateObject(RealObject ro, RealObject owner)
          Is this object within a specified other object?
 
Methods inherited from class ObjectPredicate
evaluate
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckWithin

CheckWithin()
Method Detail

evaluateObject

public boolean evaluateObject(RealObject ro,
                              RealObject owner)
Is this object within a specified other object?
Overrides:
evaluateObject in class ObjectPredicate
Returns:
whether the first object is inside the second