JAL-3210 Improvements to eclipse detection. New src tree and SwingJS updated from...
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 93a2456..ebf4da3 100755 (executable)
@@ -624,4 +624,10 @@ public interface AlignmentI extends AnnotatedCollectionI
   public HiddenColumns propagateInsertions(SequenceI profileseq,
           AlignmentView input);
 
+  /**
+   * Remove all color already assigned to sequences, causing them to be be
+   * recalculated.
+   */
+  void resetColors();
+
 }