import jalview.util.Platform;
import jalview.viewmodel.ViewportListenerI;
import jalview.viewmodel.ViewportRanges;
+import jalview.ws.datamodel.alphafold.PAEContactMatrix;
/**
* AnnotationPanel displays visible portion of annotation rows below unwrapped
if (aa[graphStretch].graph == AlignmentAnnotation.CONTACT_MAP)
{
+ // data in row has position on y as well as x axis
if (evt.isAltDown() || evt.isAltGraphDown())
{
dragMode = DragMode.MatrixSelect;
}
av.getColumnSelection().addElement(currentX);
}
+ // PAE SPECIFIC
// and also select everything lower than the max range adjacent
// (kind of works)
+ if (PAEContactMatrix.PAEMATRIX.equals(aa[graphStretch].getCalcId()))
{
int c = fr - 1;
ContactRange cr = forCurrentX.getRangeFor(fr, to);