Merge branch 'develop' into features/r2_11_2_alphafold/JAL-629
[jalview.git] / src / jalview / datamodel / ContactMatrixI.java
index c16b457..2367414 100644 (file)
@@ -13,4 +13,17 @@ public interface ContactMatrixI
 
   SequenceI getReferenceSeq();
 
+  String getAnnotDescr();
+
+  String getAnnotLabel();
+
+  /**
+   * string indicating how the contactMatrix should be rendered - stored in calcId
+   * @return 
+   */
+  String getType();
+
+  int getWidth();
+  int getHeight();
+
 }