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