FileDocCategorySizeDatePackage
Rectangle.javaAPI DocExample123Sat Apr 28 10:22:46 BST 2001None

Rectangle

public class Rectangle extends Shape

Fields Summary
double
width
double
height
Constructors Summary
Methods Summary
public doublecomputeArea()

		return width * height;