HasArea
HasBounds
Ellipse
Rectangle
public abstract class Shape extends java.lang.Object implements HasArea, HasBounds
Shape()
abstract boolean
contains(double x, double y)
getArea
getBounds
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Shape()
public abstract boolean contains(double x, double y)