public boolean contains (Point2D localPoint)

Returns true if the given point (specified in the local coordinate space of this Node) is contained within the shape of this Node. Note that this method does not take visibility into account; the test is based on the geometry of this Node only.

Parameters:
localPoint    the 2D point in Node's space

Returns:  the result of contains for this Node