JAL-3529 test updated for revised signature of getDBRefs()
[jalview.git] / src / jalview / api / FeatureColourI.java
index 0e45675..98a37c4 100644 (file)
@@ -194,8 +194,20 @@ public interface FeatureColourI
   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.
+   * Answers true if colour has a threshold set, and the feature score (or other
+   * attribute selected for colouring) is outwith the threshold.
+   * <p>
+   * Answers false if not a graduated colour, or no threshold is set, or value
+   * is not outwith the threshold, or value is null or non-numeric.
+   * 
+   * @param sf
+   * @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
    */