import java.awt.*; public interface IDrawningOars { void SetOarsCount(int numOfOars); void DrawOars(Graphics g, int _startPosX, int _startPosY); }