Merge branch 'develop' into features/JAL-1956_featureStyles
[jalview.git] / src / jalview / api / FeatureColourI.java
index 2e82afd..1fcbfd0 100644 (file)
@@ -14,8 +14,6 @@ public interface FeatureColourI
    */
   boolean isGraduatedColour();
 
-  void setGraduatedColour(boolean b);
-
   /**
    * Returns the feature colour (when isGraduatedColour answers false)
    * 
@@ -95,6 +93,13 @@ public interface FeatureColourI
 
   void setThreshold(float f);
 
+  /**
+   * Answers true if the colour varies between the actual minimum and maximum
+   * score values of the feature, or false if between absolute minimum and
+   * maximum values (or if not a graduated colour).
+   * 
+   * @return
+   */
   boolean isAutoScaled();
 
   void setAutoScaled(boolean b);