src/graphics/figures/CircleFigure.h [43:52]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - int getStrokeIndex() const { return strokeIndex; } int getColorIndex() const { return colorIndex; } int getFillIndex() const { return fillIndex; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/graphics/figures/PolygonFigure.h [39:48]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - int getStrokeIndex() const { return strokeIndex; } int getColorIndex() const { return colorIndex; } int getFillIndex() const { return fillIndex; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -