Draws a circle of the specified radius, centered at ( x , y ). @param x the x -coordinate of the center of the circle @param y the y -coordinate of the center of the circle @param radius the radius of the circle @throws IllegalArgumentException if radius is
(double x, double y, double radius)