draw_polyline
Description:
public void draw_polyline (
Point[] points,
Color c)
Draw a multi-segment line on the current context that connects each point in the points
array using the specified color.
Parameters:
points |
an array of Point
|
c |
the color
|
n_points |
the number of points in points
|