JAL-2349 allow PAE or other contact matrices to hold a coordinate mapping allowing...
[jalview.git] / src / jalview / datamodel / ContactListI.java
index ac06adb..d0544b8 100644 (file)
@@ -1,5 +1,9 @@
 package jalview.datamodel;
 
+import java.awt.Color;
+
+import jalview.renderer.ContactGeometry.contactInterval;
+
 public interface ContactListI extends ContactListProviderI
 {
 
@@ -12,4 +16,7 @@ public interface ContactListI extends ContactListProviderI
    */
   ContactRange getRangeFor(int from_column, int to_column);
 
+  default Color getColourForGroup() {
+    return null;
+  }
 }