true
if the rectangle described by the arguments intersects with the receiver and false
otherwise. Two rectangles intersect if the area of the rectangle representing their intersection is not empty.
@param x the x coordinate of the origin of the rectangle @param y the y coordinate of the origin of the rectangle @param width the width of the rectangle @param height the height of the rectangle @returntrue
if the rectangle intersects with the receiver, and false
otherwise
@exception IllegalArgumentException
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|