Merge remote-tracking branch 'origin/bug/JAL-3049colourCellTooltip' into
[jalview.git] / src / jalview / api / FeatureColourI.java
index 999104c..7bfd8a8 100644 (file)
@@ -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();
 }