package com.photoshare.polygonfill; public interface DrawLineDelegate { public void line(int startX, int startY, int endX, int endY); }