@param x point x value @param y point y value @return true if the specified point is inside; false otherwise.
(double x, double y)
| 31 | * <code>false</code> otherwise. |
| 32 | */ |
| 33 | boolean contains(double x, double y); |
| 34 | |
| 35 | /** |
| 36 | * @return <code>true</code> if the Shape is empty. |
no outgoing calls