Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
G
M
N
O
P
S
T
A
area(double)
- Static method in class
MutableCircle
Calculates the area of a circle with the given radius.
C
circum(double)
- Static method in class
MutableCircle
Calculates the circumference of a circle with the given radius.
E
equals(Object)
- Method in class
MutableCircle
Determines whether this circle is equal to a provided object.
G
getRadius()
- Method in class
MutableCircle
Returns the radius of the circle.
getX()
- Method in class
MutableCircle
Returns the X coordinate of the circle's center.
getY()
- Method in class
MutableCircle
Returns the Y coordinate of the circle's center.
M
MutableCircle
- Class in
<Unnamed>
MutableCircle(double, double, double)
- Constructor for class
MutableCircle
Creates a circle with center at the given x-y position, with the given radius.
MutableCircle(MutableCircle)
- Constructor for class
MutableCircle
Copy constructor: Creates a copy of the given circle.
MutableCircle()
- Constructor for class
MutableCircle
Creates a circle at the origin with radius 1.
N
numCircles()
- Static method in class
MutableCircle
Returns the number of circle objects that have been created.
O
overlap(MutableCircle)
- Method in class
MutableCircle
Determines whether this circle overlaps with another given circle.
P
PI
- Static variable in class
MutableCircle
Contains the value of pi to four decimal places.
S
setRadius(double)
- Method in class
MutableCircle
Sets a new radius.
T
toString()
- Method in class
MutableCircle
Converts the object to a string.
A
C
E
G
M
N
O
P
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes