JAL-4134 JAL-3855 store/restore groups, tree and threshold used to cluster a PAE...
[jalview.git] / src / jalview / datamodel / SeqDistanceContactMatrix.java
index 0773e12..731948b 100644 (file)
@@ -106,4 +106,16 @@ public class SeqDistanceContactMatrix implements ContactMatrixI
   {
     return SEQUENCE_DISTANCE;
   }
+
+  @Override
+  public int getWidth()
+  {
+    return width;
+  }
+
+  @Override
+  public int getHeight()
+  {
+    return width;
+  }
 }