JAL-3210 Improvements to eclipse detection. New src tree and SwingJS updated from...
[jalview.git] / src / jalview / api / FeatureColourI.java
index 7bfd8a8..c5f6727 100644 (file)
@@ -64,10 +64,9 @@ public interface FeatureColourI
   Color getNoColour();
 
   /**
-   * Answers true if the feature has a single colour, i.e. if isColourByLabel()
-   * and isGraduatedColour() both answer false
+   * Answers true if the feature has a single colour
    * 
-   * @return
+   * @return true iff not (isColourByLabel() || isGraduatedColour())
    */
   boolean isSimpleColour();