import java.awt.*; public interface Drawable { public abstract Shape[] getShapes(); public abstract Color[] getColors(); }