A C G O P

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.

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.

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.

A C G O P