public boolean intersects (Bounds localBounds)

Returns true if the given bounds (specified in the local coordinate space of this Node) intersects 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. The default behavior of this function is simply to check if the given coordinates intersect with the local bounds.

Parameters:
localBounds    the bounds

Returns:  the result of intersects for this Node