public class Area extends Object
float
height
width
Area(float width, float height)
Area(Area area)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public float width
public float height
public Area(float width, float height)
public Area(Area area)
public String toString()
toString
Object