Merge branch 'JAL-1551_2_11_3_spotlett' into features/JAL-4134_use_annotation_row_for...
[jalview.git] / src / jalview / api / AlignViewportI.java
index 03efec5..0cfd03d 100644 (file)
@@ -477,6 +477,15 @@ public interface AlignViewportI extends ViewStyleI
    */
   SearchResultsI getSearchResults();
 
+  /**
+   * Retrieve a ContactListI corresponding to column in an annotation row in an
+   * alignment.
+   * 
+   * @param _aa
+   *          - annotation with associated matrix data
+   * @param column
+   *          - column in alignment where _aa is associated
+   */
   ContactListI getContactList(AlignmentAnnotation _aa, int column);
 
   /**