private boolean showConsensusHistogram;
/**
+ * set this alignmentAnnotation object as the one used to render consensus annotation
+ * @param aan
+ */
+ public void setConsensus(AlignmentAnnotation aan)
+ {
+ if (consensus==null)
+ {
+ consensus=aan;
+ }
+ }
+
+ /**
*
* @return automatically calculated consensus row
*/
}
/**
+ * set this alignmentAnnotation object as the one used to render consensus annotation
+ * @param aan
+ */
+ public void setConservationRow(AlignmentAnnotation aan)
+ {
+ if (conservation==null)
+ {
+ conservation=aan;
+ }
+ }
+ /**
* get the conservation annotation row for this group
*
* @return autoCalculated annotation row