package opg.gui; import java.awt.Graphics2D; public interface IDrawable { public void draw(Graphics2D g); }