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/PathFigure.h [44:53]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - int getStrokeIndex() const { return strokeIndex; } int getColorIndex() const { return colorIndex; } int getFillIndex() const { return fillIndex; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -