*/
int profl[] = getProfileFor(_aa, column);
- boolean isStructureProfile = profl[0] == AlignmentAnnotation.STRUCTURE_PROFILE;
- boolean isCdnaProfile = profl[0] == AlignmentAnnotation.CDNA_PROFILE;
-
// just try to draw the logo if profl is not null
if (profl != null && profl[2] != 0)
{
+ boolean isStructureProfile = profl[0] == AlignmentAnnotation.STRUCTURE_PROFILE;
+ boolean isCdnaProfile = profl[0] == AlignmentAnnotation.CDNA_PROFILE;
float ht = normaliseProfile ? y - _aa.graphHeight : y1;
double htn = normaliseProfile ? _aa.graphHeight : (y2 - y1);// aa.graphHeight;
double hght;