A C E G N O P T

A

area(double) - Static method in class Circle
Calculates the area of a circle with the given radius.

C

Circle - Class in <Unnamed>
 
Circle(double, double, double) - Constructor for class Circle
Creates a circle with center at the given x-y position, with the given radius.
Circle() - Constructor for class Circle
Creates a circle at the origin with radius 1.
circum(double) - Static method in class Circle
Calculates the circumference of a circle with the given radius.

E

equals(Object) - Method in class Circle
Determines whether this circle is equal to a provided object.

G

getRadius() - Method in class Circle
Returns the radius of the circle.
getX() - Method in class Circle
Returns the X coordinate of the circle's center.
getY() - Method in class Circle
Returns the Y coordinate of the circle's center.

N

numCircles() - Static method in class Circle
Returns the number of circle objects that have been created.

O

overlap(Circle) - Method in class Circle
Determines whether this circle overlaps with another given circle.

P

PI - Static variable in class Circle
Contains the value of pi to four decimal places.

T

toString() - Method in class Circle
Converts the object to a string.

A C E G N O P T