JAL-4027 JAL-3858 rename CUSTOM_RENDERER to CONTACT_MATRIX annotation.graph type...
[jalview.git] / src / jalview / datamodel / ContactMatrixI.java
index 6860e82..d9afc7f 100644 (file)
@@ -17,4 +17,10 @@ public interface ContactMatrixI
 
   String getAnnotLabel();
 
+  /**
+   * string indicating how the contactMatrix should be rendered - stored in calcId
+   * @return 
+   */
+  String getType();
+
 }