JAL-2349 method to get display colour to represent a range of contacts
[jalview.git] / src / jalview / datamodel / ContactListI.java
index 4d5142a..0459732 100644 (file)
@@ -11,6 +11,14 @@ public interface ContactListI
 
   Color getColorForScore(int column);
 
+  /**
+   * return colour representing contacts from i through to j for this site
+   * 
+   * @param i
+   * @param j
+   * @return
+   */
+  Color getColorForRange(int i, int j);
   
   /**
    * get a value representing contact at column for this site