X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fjalview%2Fschemes%2FResidueColourScheme.java;fp=src%2Fjalview%2Fschemes%2FResidueColourScheme.java;h=03ab5364b4d54f20362ca306c0706af6e3b5476f;hp=2f7a5e0220a366291ca00030c016e83c5897d90d;hb=74393b51f368cb9f58589472d432a433d9c4386d;hpb=7a0d503181fe41452120a8a02ca63476392aa08c diff --git a/src/jalview/schemes/ResidueColourScheme.java b/src/jalview/schemes/ResidueColourScheme.java index 2f7a5e0..03ab536 100755 --- a/src/jalview/schemes/ResidueColourScheme.java +++ b/src/jalview/schemes/ResidueColourScheme.java @@ -46,6 +46,12 @@ public abstract class ResidueColourScheme implements ColourSchemeI public static final String USER_DEFINED_MENU = "*User Defined*"; /* + * the canonical name of the annotation colour scheme + * (may be used to identify it in menu items) + */ + public static final String ANNOTATION_COLOUR = "Annotation"; + + /* * lookup up by character value e.g. 'G' to the colors array index * e.g. if symbolIndex['K'] = 11 then colors[11] is the colour for K */