public abstract boolean contains (Point2D p)

Tests if a specified Point2D is inside the boundary of the Shape, as described by the definition of insideness.

Parameters:
p    the specified Point2D to be tested

Returns:  true if the specified Point2D is inside the boundary of the Shape; false otherwise.

Since:  1.2