File
Doc
Category
Size
Date
Package
Rectangle.java
API Doc
Example
123
Sat Apr 28 10:22:46 BST 2001
None
Rectangle
java.lang.Object
Shape
public class Rectangle extends Shape
Fields Summary
double
width
double
height
Constructors Summary
Methods Summary
public
double
computeArea
()
return width * height;
Java Code Source