JAL-2349 JAL-3855 ContactListI.getPosition() to recover original position passed...
[jalview.git] / src / jalview / ws / datamodel / alphafold / PAEContactMatrix.java
index 3a8e26a..8fde1e8 100644 (file)
@@ -126,6 +126,12 @@ public class PAEContactMatrix implements ContactMatrixI
     return new ContactListImpl(new ContactListProviderI()
     {
       @Override
+      public int getPosition()
+      {
+        return _column;
+      }
+
+      @Override
       public int getContactHeight()
       {
         return maxcol - 1;