import java.awt.*; public interface IDrawingEngines { void setCount(int count); void draw(Graphics2D g, int x, int y); }