package vooga.scroller.util; import java.awt.Image; public interface IBackgroundView { public String getFileName(); public Image getImage(); }