import java.awt.*; public interface RugSpecs { int colorListLength(); int getBorderColor(); Color getColor(int i); int newColor(int a, int b, int c, int d); }