View that draws a vector of two-dimensional points
(Point2dVector) by connecting them
with lines of a given color. It is commonly used to create function graphs.

Properties:
| Point2dVector model | vector of 2d points to be displayed |
| Color lineColor | color of the polyline |
Methods:
| void update() | redraw line |