import java.awt.*; public interface IDrawingIlum { void setIl(int num); void DrawIl(int startPosX, int startPosY, Graphics2D g); }