draw_arc


Description:

public abstract void draw_arc (int center_x, int center_y, int radius, int start, int sweep)

Draw an arc

Parameters:

center_x

The x coordinate of the center

center_y

The y coordinate of the center

radius

The radius of the arc

start

The starting angle in degrees

sweep

The sweep in degrees