PIbd-21 Belianin N.N. LabWork04 Hard #5
@ -46,7 +46,7 @@ public class TanksGenericCollections<T extends DrawingArmoVehicle, U extends IMo
|
||||
}
|
||||
|
||||
// Вывод всего набора объектов
|
||||
public BufferedImage ShowTank() {
|
||||
public BufferedImage ShowTanks() {
|
||||
BufferedImage bitmap = new BufferedImage(_pictureWidth, _pictureHeight, BufferedImage.TYPE_INT_ARGB);
|
||||
Graphics2D g = bitmap.createGraphics();
|
||||
DrawBackground(g);
|
||||
|
Loading…
Reference in New Issue
Block a user