Draws a filled 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 {@code rad
(double x, double y, double radius)