Index
All Classes and Interfaces|All Packages|Constant Field Values
A
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
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
A D G H P R S T WAll Classes and Interfaces|All Packages|Constant Field Values