#include <Line.hpp>
Inheritance diagram for Line:


The line can have a user defined appearance, specified using a StrokeStyle. It can also contain its own Marker which will show how each point is displayed.
Definition at line 49 of file Line.hpp.
Public Member Functions | |
| Line (double ix1, double iy1, double ix2, double iy2) | |
| Constructor. | |
| Line (double ix1, double iy1, double ix2, double iy2, const StrokeStyle &istyle) | |
| Constructor. | |
| Line (const Path &iPath) | |
| Constructor. | |
| Line (const Path &iPath, const StrokeStyle &istyle) | |
| Constructor. | |
| Line (const Path &iPath, const Marker &imarker) | |
| Constructor. | |
| Line (const Path &iPath, const StrokeStyle &istyle, const Marker &imarker) | |
| Constructor. | |
|
||||||||||||||||||||
|
Constructor. Defines the start and end points of the line.
|
|
||||||||||||||||||||||||
|
Constructor. Defines the start and end points of the line and its appearance.
|
|
|
Constructor. Defines a line of several segments.
|
|
||||||||||||
|
Constructor. Defines a line of several segments.
|
|
||||||||||||
|
Constructor. Defines a line of several segments.
|
|
||||||||||||||||
|
Constructor. Defines a line of several segments.
|
1.3.9.1