Готовая лабораторная 3
This commit is contained in:
parent
b7cfb71c78
commit
e7b1870731
@ -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) {
|
||||||
|
@ -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){
|
||||||
|
Loading…
Reference in New Issue
Block a user