X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FContactListI.java;h=84fcb7c488ce021f250fe74fae5360296f5749e3;hb=3e88ca066c0cc12f1f1f4c63e9cd49e19586b2bd;hp=4d5142a9200788b1db0cebdb56697e8c7050c6da;hpb=baf9d356eef7f851cc6c208ebc89a0f594e470c8;p=jalview.git diff --git a/src/jalview/datamodel/ContactListI.java b/src/jalview/datamodel/ContactListI.java index 4d5142a..84fcb7c 100644 --- a/src/jalview/datamodel/ContactListI.java +++ b/src/jalview/datamodel/ContactListI.java @@ -11,6 +11,14 @@ public interface ContactListI Color getColorForScore(int column); + /** + * return colour representing contacts from i through to j for this site + * + * @param from_column + * @param to_column + * @return + */ + Color getColorForRange(int from_column, int to_column); /** * get a value representing contact at column for this site