Index

A D G H P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values

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.

H

height - Variable in class Rectangle
height of the rectangle

P

perimeter() - Method in class Rectangle
The perimeter of this object.
privateSetHeight(double) - Method in class Rectangle
Set this object's height value.
privateSetWidth(double) - Method in class Rectangle
Set this object's width value.

R

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

S

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

T

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

W

width - Variable in class Rectangle
width of the rectangle
A D G H P R S T W 
All Classes and Interfaces|All Packages|Constant Field Values