public boolean contains (double localX, double localY)

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:
localX    the x coordinate of the point in Node's space
localY    the y coordinate of the point in Node's space

Returns:  the result of contains for this Node