JAL-2348 JAL-2349 make contact maps non-editable so their display height can be adjusted
[jalview.git] / src / jalview / datamodel / ContactMatrixI.java
1 package jalview.datamodel;
2
3 public interface ContactMatrixI
4 {
5
6   ContactListI getContactList(int column);
7
8 }