X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fapi%2FFeatureColourI.java;fp=src%2Fjalview%2Fapi%2FFeatureColourI.java;h=7bfd8a8fb521dbc693654e919770ccde3012a3ce;hb=ee7d621eea4811c90ce8bc470cc1e217cd2d806c;hp=999104c1fdf9e524c8cfbc5f5e524b36c1a66810;hpb=7e00183505bd4c58d1ce62ee121ed372c3b058f2;p=jalview.git diff --git a/src/jalview/api/FeatureColourI.java b/src/jalview/api/FeatureColourI.java index 999104c..7bfd8a8 100644 --- a/src/jalview/api/FeatureColourI.java +++ b/src/jalview/api/FeatureColourI.java @@ -204,4 +204,12 @@ public interface FeatureColourI * @return */ boolean isOutwithThreshold(SequenceFeature sf); + + /* + * Answers a human-readable text description of the colour, suitable for + * display as a tooltip, possibly internationalised for the user's locale. + * + * @return + */ + String getDescription(); }