src/graphics/figures/PolygonFigure.h [32:44]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return sout.str(); } const Polyline& getPolyline() const { return polyline; } int getStrokeIndex() const { return strokeIndex; } int getColorIndex() const { return colorIndex; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/graphics/figures/PolylineFigure.h [31:43]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return sout.str(); } const Polyline& getPolyline() const { return polyline; } int getStrokeIndex() const { return strokeIndex; } int getColorIndex() const { return colorIndex; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -