A D G P R S T

A

area() - Method in class Rectangle
The area of this object.

D

DEFAULT_HEIGHT - Static variable in class Rectangle
define constant for default height
DEFAULT_WIDTH - Static variable in class Rectangle
define constant for default width

G

getHeight() - Method in class Rectangle
This object height value.
getWidth() - Method in class Rectangle
This object width value.

P

perimeter() - Method in class Rectangle
The perimeter of this object.

R

Rectangle - class Rectangle.
This class represents a Rectangle.
Rectangle(double, double) - Constructor for class Rectangle
Complete constructor.
Rectangle() - Constructor for class Rectangle
Empty constructor.
Rectangle(Rectangle) - Constructor for class Rectangle
Copy constructor.

S

SHORTEST_HEIGHT - Static variable in class Rectangle
define constant for shortest height
SHORTEST_WIDTH - Static variable in class Rectangle
define constant for shortest width
setHeight(double) - Method in class Rectangle
Set this object height value.
setRectangle(double, double) - Method in class Rectangle
Complete set.
setRectangle() - Method in class Rectangle
Empty set.
setRectangle(Rectangle) - Method in class Rectangle
Copy set.
setWidth(double) - Method in class Rectangle
Set this object width value.

T

toString() - Method in class Rectangle
A String representation of this object.

A D G P R S T