Draw a circle of radius r, centered on (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 r the radius of the circle @throws RuntimeException if the radius of the circle is negative
(double x, double y, double r)