Polygon
.
@param x the specified X coordinate to be tested
@param y the specified Y coordinate to be tested
@return {@code true} if this {@code Polygon} containsthe specified coordinates {@code (x,y)}; {@code false} otherwise.
@see #contains(double,double)
@deprecated As of JDK version 1.1,replaced by contains(int, int)
.
@since 1.0
|
|
|
|
|
|
|
|