2: /** 3: * An interface to represent a planar object with colour. 4: * 5: * @author Mark Young (A00000000) 6: */ 7: public interface FiniteSurface 8: extends Measurable, Colourable { 10: // no new methods 12: }