X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FColourSchemeProperty.java;fp=src%2Fjalview%2Fschemes%2FColourSchemeProperty.java;h=a7f23110d43185c94c421c0b509c3a5534efa438;hb=6a3f4318037072a77588afb951a5a53835d5da99;hp=3738f61bd07e02551571f09458ad1162045893cd;hpb=1379350f04bc63ca05bd428afb86717c4764755d;p=jalview.git diff --git a/src/jalview/schemes/ColourSchemeProperty.java b/src/jalview/schemes/ColourSchemeProperty.java index 3738f61..a7f2311 100755 --- a/src/jalview/schemes/ColourSchemeProperty.java +++ b/src/jalview/schemes/ColourSchemeProperty.java @@ -383,20 +383,21 @@ public class ColourSchemeProperty } /** - * DOCUMENT ME! + * Construct an instance of ColourSchemeI corresponding to the given colourscheme index * * @param seqs - * DOCUMENT ME! + * sequences to be coloured by colourscheme * @param width - * DOCUMENT ME! + * geometry of alignment * @param index - * DOCUMENT ME! + * colourscheme number * - * @return DOCUMENT ME! + * @return null or an instance of the colourscheme configured to colour given sequence set */ public static ColourSchemeI getColour(java.util.Vector seqs, int width, int index) { + // TODO 3.0 2.8 refactor signature to take an alignmentI like container so colourschemes based on annotation can be initialised ColourSchemeI cs = null; switch (index)