Sequence colour in viewport
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index 470497e..c3396b6 100755 (executable)
@@ -258,9 +258,10 @@ public class AlignmentAnnotation
       }
 
       /**
-       * Attach the annotation to seqRef, starting from startRes position.
+       * Attach the annotation to seqRef, starting from startRes position. If alreadyMapped is true then the indices of the annotation[] array are sequence positions rather than alignment column positions.
        * @param seqRef
        * @param startRes
+       * @param alreadyMapped
        */
       public void createSequenceMapping(SequenceI seqRef,
                                         int startRes,