Eliseev E.E. LabWork03 #3

Closed
ElEgEv wants to merge 14 commits from LabWork03 into LabWork02
Showing only changes of commit 194f28b701 - Show all commits

View File

@ -171,14 +171,12 @@ public class MapWithSetPlanesGeneric <T extends IDrawningObject, U extends Abstr
g2d.drawLine(i * 70 - 10, 10, i * 70 - 10, 80);
g2d.drawLine(i * 70 - 10, 10, (i * 70 - 10) + 45, 30);
g2d.drawLine(i * 70 - 10, 50, (i * 70 - 10) + 45, 30);
}
}
//метод прорисовки объеков
public void DrawPlanes(Graphics g)
{
int position = 0;
int currentWidth = 1;
int currentHeight = 5;