JAL-3049 JAL-2069 colour icon tooltip including by attribute
[jalview.git] / src / jalview / api / FeatureColourI.java
index 4dbb1bb..0e45675 100644 (file)
@@ -192,4 +192,12 @@ public interface FeatureColourI
    * @return
    */
   void setAttributeName(String... name);
+
+  /**
+   * 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();
 }