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