src/share/classes/java/awt/Polygon.java

Print this page

        

*** 349,359 **** } /** * Determines whether the specified coordinates are inside this * <code>Polygon</code>. ! * <p> * @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} contains * the specified coordinates {@code (x,y)}; * {@code false} otherwise. --- 349,359 ---- } /** * Determines whether the specified coordinates are inside this * <code>Polygon</code>. ! * * @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} contains * the specified coordinates {@code (x,y)}; * {@code false} otherwise.