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


The line can have a user defined appearance, specified using a StrokeStyle.
Definition at line 48 of file Polygon.hpp.
Public Member Functions | |
| Polygon (const Path &iPath) | |
| Constructor. | |
| Polygon (const Path &iPath, const StrokeStyle &istyle) | |
| Constructor. | |
| Polygon (const Path &iPath, const StrokeStyle &istyle, const Color &iFillColor) | |
| Constructor. | |
| Polygon (const Path &iPath, const Color &iFillColor) | |
| Constructor. | |
|
|
Constructor. Creates a polygon from given set of points. No fill color nor line style has been specified.
Definition at line 57 of file Polygon.hpp. |
|
||||||||||||
|
Constructor. Creates a polygon from given set of points, and specifies the appearance of the polygon edges. No fill color is specified.
Definition at line 68 of file Polygon.hpp. |
|
||||||||||||||||
|
Constructor. Creates a polygon from given set of points, and specifies the appearance of the polygon edges and the fill color.
Definition at line 80 of file Polygon.hpp. |
|
||||||||||||
|
Constructor. Creates a polygon from given set of points, and specifies the appearance of the fill color.
Definition at line 92 of file Polygon.hpp. |
1.3.9.1