SPH
|
#include <Plot.h>
Public Member Functions | |
virtual void | addPoint (const PlotPoint &point)=0 |
Adds a next point on the path. More... | |
virtual void | closePath ()=0 |
Closes the path, connecting to the first point on the path. More... | |
virtual void | endPath ()=0 |
Finalizes the path. Does not connect the last point to anything. More... | |
![]() | |
virtual | ~Polymorphic () |
|
pure virtual |
Adds a next point on the path.
Implemented in SvgPath, and GraphicsPath.
|
pure virtual |
Closes the path, connecting to the first point on the path.
Implemented in TextContext::TextPath, SvgPath, and GraphicsPath.
|
pure virtual |
Finalizes the path. Does not connect the last point to anything.
Implemented in TextContext::TextPath, SvgPath, and GraphicsPath.