src/graphics/figures/LineFigure.h [30:46]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return sout.str(); } AffinePoint getFrom() const { return from; } AffinePoint getTo() const { return to; } int getStrokeIndex() const { return strokeIndex; } int getColorIndex() const { return colorIndex; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/graphics/figures/RectangleFigure.h [31:47]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - return sout.str(); } AffinePoint getFrom() const { return from; } AffinePoint getTo() const { return to; } int getStrokeIndex() const { return strokeIndex; } int getColorIndex() const { return colorIndex; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -