public class AreaShape extends java.lang.Object
AreaShape(java.lang.String shapeName)
static AreaShape
circle()
boolean
isCircle()
isPolygon()
isRectangle()
polygon()
rectangle()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AreaShape(java.lang.String shapeName)
public static AreaShape rectangle()
public static AreaShape circle()
public static AreaShape polygon()
public boolean isRectangle()
public boolean isCircle()
public boolean isPolygon()