X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FSequenceI.java;h=014a6e519c0c17bb256f8895c490985a69f7d229;hb=db1fcb8a22ba23a2f7c06779bb3a9b89d5f10b9d;hp=d76c5a73b9ff0b03738a17016ea3d304d98cee5e;hpb=4070252a1171f4238dd985010ce25c4f40f56d5c;p=jalview.git diff --git a/src/jalview/datamodel/SequenceI.java b/src/jalview/datamodel/SequenceI.java index d76c5a7..014a6e5 100755 --- a/src/jalview/datamodel/SequenceI.java +++ b/src/jalview/datamodel/SequenceI.java @@ -203,11 +203,14 @@ public interface SequenceI extends ASequenceI public int findPosition(int i); /** - * Returns the from-to sequence positions (start..) for the given column - * positions (1..), or null if no residues are included in the range + * Returns the sequence positions for first and last residues lying within the + * given column positions [fromColum,toColumn] (where columns are numbered + * from 1), or null if no residues are included in the range * * @param fromColum + * - first column base 1 * @param toColumn + * - last column, base 1 * @return */ public Range findPositions(int fromColum, int toColumn);