draw_circle


Description:

public abstract void draw_circle (int center_x, int center_y, int radius)

Draw a circle

Parameters:

center_x

The x coordinate of the center

center_y

The y coordinate of the center

radius

The radius of the circle