import java.awt.Graphics; public interface GraphicsObject { public void drawSelf(Graphics g); }