JAL-3442 colour caching for Overview resize
[jalview.git] / src / jalview / datamodel / AlignmentI.java
index 93a2456..e8e0812 100755 (executable)
@@ -621,7 +621,13 @@ public interface AlignmentI extends AnnotatedCollectionI
    * @return new HiddenColumns for new alignment view, with insertions into
    *         profileseq marked as hidden.
    */
+
   public HiddenColumns propagateInsertions(SequenceI profileseq,
           AlignmentView input);
 
+  /**
+   * Removes all colors assigned to sequences, forcing them to be be
+   * recalculated
+   */
+  void resetColors();
 }