X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FColourSchemeI.java;h=f16ca21db284764fe4f56ebf34c95c6a0f41ad2d;hb=517dab88dfe59707fe225eac761d3c46719a72eb;hp=bfeb0174b92f86db5e4b67e9f38399f40f66d49c;hpb=8e1be43e250107a4d86898bd554cf03098fa5957;p=jalview.git diff --git a/src/jalview/schemes/ColourSchemeI.java b/src/jalview/schemes/ColourSchemeI.java index bfeb017..f16ca21 100755 --- a/src/jalview/schemes/ColourSchemeI.java +++ b/src/jalview/schemes/ColourSchemeI.java @@ -30,23 +30,6 @@ import java.util.Map; public interface ColourSchemeI { /** - * Returns the fixed colour for the colour scheme. For use when the colour - * does not vary. - * - * @return - */ - Color findColour(); - - /** - * Returns the colour for the given character. For use when the colour depends - * only on the symbol. - * - * @param c - * @return - */ - Color findColour(char c); - - /** * Returns the possibly context dependent colour for the given symbol at the * aligned position in the given sequence. For example, the colour may depend * on the symbol's relationship to the consensus residue for the column.