X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FContactMatrixI.java;h=3510ed135f9809b4dd8c5f2d060fffb2c6926f3a;hb=173c541c3bdef7cee4f72a76cc8e23e8902a8614;hp=1c169ef31e19cf6fb6d4e050c74ddc8b28b1993f;hpb=e122bcdde6d11fd3711eda525924d0d737a4f62a;p=jalview.git diff --git a/src/jalview/datamodel/ContactMatrixI.java b/src/jalview/datamodel/ContactMatrixI.java index 1c169ef..3510ed1 100644 --- a/src/jalview/datamodel/ContactMatrixI.java +++ b/src/jalview/datamodel/ContactMatrixI.java @@ -23,12 +23,15 @@ public interface ContactMatrixI String getAnnotLabel(); /** - * string indicating how the contactMatrix should be rendered - stored in calcId - * @return + * string indicating how the contactMatrix should be rendered - stored in + * calcId + * + * @return */ String getType(); int getWidth(); + int getHeight(); default boolean hasGroups() {