JAL-2759 Updated absoluteToVisibleColumn doc (prev findColumnPosition)
authorkiramt <k.mourao@dundee.ac.uk>
Mon, 15 Jan 2018 10:42:48 +0000 (10:42 +0000)
committerkiramt <k.mourao@dundee.ac.uk>
Mon, 15 Jan 2018 10:42:48 +0000 (10:42 +0000)
src/jalview/datamodel/HiddenColumns.java

index f9ee46c..93791e4 100644 (file)
@@ -757,7 +757,8 @@ public class HiddenColumns
   /**
    * Use this method to find out where a column will appear in the visible
    * alignment when hidden columns exist. If the column is not visible, then the
-   * left-most visible column will always be returned.
+   * index of the next visible column on the left will be returned (or 0 if
+   * there is no visible column on the left)
    * 
    * @param hiddenColumn
    *          the column index in the full alignment including hidden columns