X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FFeatureColourI.java;h=1272fa08ac838489628a4089069fbf206cedcdc6;hb=353cb52722490edcba2c13b18836b6d37c5455de;hp=0e456757001bffea9023ef6a85ed73b4447067e4;hpb=c184de2a81afe5ba6f8b7b68dde221c256e70195;p=jalview.git diff --git a/src/jalview/api/FeatureColourI.java b/src/jalview/api/FeatureColourI.java index 0e45675..1272fa0 100644 --- a/src/jalview/api/FeatureColourI.java +++ b/src/jalview/api/FeatureColourI.java @@ -194,6 +194,18 @@ public interface FeatureColourI void setAttributeName(String... name); /** + * Answers true if colour has a threshold set, and the feature score (or other + * attribute selected for colouring) is outwith the threshold. + *

+ * 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. *