Готовая лабораторная 3

This commit is contained in:
Никита Белянин 2023-11-12 21:56:18 +04:00
parent b7cfb71c78
commit e7b1870731
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ public class DrawingStarOrnament implements IOrnamentForm {
wheels = CountWheels.Two; wheels = CountWheels.Two;
break; break;
} }
} }
public void CaterpillarStar(Graphics g, int _startPosX, int _startPosY) { public void CaterpillarStar(Graphics g, int _startPosX, int _startPosY) {

View File

@ -22,7 +22,6 @@ public class DrawingSuspensionOrnament implements IOrnamentForm {
wheels = CountWheels.Two; wheels = CountWheels.Two;
break; break;
} }
} }
public void DrawWheels(Graphics g, int _startPosX, int _startPosY){ public void DrawWheels(Graphics g, int _startPosX, int _startPosY){