12 namespace datastructure {
31 virtual string getShapeType()
const override {
This class defines a polygon and is part of the symbol collection. A polygon has a set of vertices,...
Definition Polygon.h:23
void setPolygon(vector< float > pts)
constructs a polygon, given a set of points
Definition Polygon.h:54
Polygon(vector< float > pts)
constructor, given a set of points
Definition Polygon.h:46
Polygon()
default constructor
Definition Polygon.h:39
This class defines a polyline and is part of the symbol collection. A polyline has a set of vertices ...
Definition Polyline.h:23
void setPolyline(vector< float > pts)
Construct a polyline from sequence of points.
Definition Polyline.h:84
Support for drawing Bar charts.
Definition alltypes.h:4