Merge branch 'Tcoffee_JAL-1065' of https://source.jalview.org/git/jalview into test_p...
[jalview.git] / src / jalview / schemes / ColourSchemeI.java
index fdda463..e8e5828 100755 (executable)
  */
 package jalview.schemes;
 
-import java.awt.*;
+import java.awt.Color;
 
 public interface ColourSchemeI
 {
   public Color findColour(char c);
 
-  public Color findColour(char c, int j);
+  public Color findColour(char c, int j, int sequenceIndex);
 
   public void setConsensus(java.util.Hashtable[] h);