draw_line


Description:

public abstract void draw_line (int x0, int y0, int x1, int y1)

Draw a line

Parameters:

x0

The x coordinate of the first point

y0

The y coordinate of the first point

x1

The x coordinate of the second point

y1

The y coordinate of the second point