JAL-2349 allow contact matrix to provide labels for its annotation row
[jalview.git] / src / jalview / datamodel / ContactMatrix.java
index de7cba4..35ec87b 100644 (file)
@@ -154,4 +154,16 @@ public class ContactMatrix implements ContactMatrixI
     // TODO Auto-generated method stub
     return null;
   }
+
+  @Override
+  public String getAnnotLabel()
+  {
+    return "Contact Matrix";
+  }
+
+  @Override
+  public String getAnnotDescr()
+  {
+    return "Contact Matrix";
+  }
 }