colourBy = ColourBy.ChargeAndCysteine;
}
+ /**
+ * Colour the structure as per the sequence alignment
+ *
+ * @param alignmentv
+ * @param showFeatures
+ */
public void colourBySequence(AlignmentViewPanel alignmentv, boolean showFeatures)
{
+ colourBy = ColourBy.Sequence;
colourBySequence(alignmentv, alignmentv.getSequenceRenderer(), showFeatures);
}
public void colourBySequence(AlignmentViewPanel alignmentv, SequenceRendererI sr, boolean showFeats)
{
showFeatures = showFeats;
- colourBy = ColourBy.Sequence;
if (!isLoadingFinished())
{