true
if the target of this event equals or is a child of the given element.
@param element the element
@return the within state
The within
predicate has the following equivalent definitions:
[T*F**F***]
g.contains(this)
(within
is the converse of contains
) A.within(B) = false
@param g the Geometry
with which to compare this Geometry
@return true
if this Geometry
is withinother
@see Geometry#contains
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|