X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FFeatureColourI.java;h=7bfd8a8fb521dbc693654e919770ccde3012a3ce;hb=88153d5bb04acd2b8e7fbc3e6789622b77b6cf58;hp=999104c1fdf9e524c8cfbc5f5e524b36c1a66810;hpb=aa8a696f0a53363346ac8d41f5501c5ad34497a5;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(); }