X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fschemes%2FColourSchemeProperty.java;h=cc303d65e21308178bd79cd596701250d85897e8;hb=7ab5d6b0ba5fec1ea4a4239e79c476d841622485;hp=385e080a1eb07c901200cb8b04ea21d3050a3bfa;hpb=1889827c44c51f6353fe8619e5d44b421158af23;p=jalview.git diff --git a/src/jalview/schemes/ColourSchemeProperty.java b/src/jalview/schemes/ColourSchemeProperty.java index 385e080..cc303d6 100755 --- a/src/jalview/schemes/ColourSchemeProperty.java +++ b/src/jalview/schemes/ColourSchemeProperty.java @@ -88,7 +88,7 @@ public class ColourSchemeProperty public static final int COVARIATION = 14; public static final int TCOFFEE = 15; - + public static final int RNAHELIX = 16; public static final int RNAINTERACTION = 17; @@ -352,11 +352,11 @@ public class ColourSchemeProperty ret = "T-Coffee Scores"; break; - + case RNAINTERACTION: - ret = "RNA Interaction type"; + ret = "RNA Interaction type"; - break; + break; case RNAHELIX: ret = "RNA Helices"; @@ -513,13 +513,13 @@ public class ColourSchemeProperty case TCOFFEE: cs = new TCoffeeColourScheme(coll); break; - + case RNAHELIX: cs = new RNAHelicesColour(coll); break; - - // case COVARIATION: - // cs = new CovariationColourScheme(annotation); + + // case COVARIATION: + // cs = new CovariationColourScheme(annotation); // break; case USER_DEFINED: