JAL-1066 - T-Coffee color scheme + signature change on findColour method
[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);