Pibd-23_Zhelovanov_D.Y._Bat.../IDrawningBlocks.java

8 lines
163 B
Java
Raw Normal View History

2022-12-06 17:23:28 +04:00
import java.awt.*;
public interface IDrawningBlocks {
void DrawBlocks(Graphics g, int startX, int startY, Color bodyColor);
void SetBlocks(int count);
}