JAL-1492 JAL-1397 JAL-643 JAL-969 modifiable flag on colourscheme indicating conserva...
[jalview.git] / src / jalview / schemes / ColourSchemeI.java
index 65c24c1..3f73fc9 100755 (executable)
@@ -57,6 +57,11 @@ public interface ColourSchemeI
   public void setConservation(jalview.analysis.Conservation c);
 
   /**
+   * enable or disable conservation shading for this colourscheme
+   * @param conservationApplied 
+   */
+  public void setConservationApplied(boolean conservationApplied);
+  /**
    * 
    * @return true if conservation shading is enabled for this colourscheme
    */