JAL-1933 update the bounds for the Gap annotation row each time it is computed
[jalview.git] / src / jalview / datamodel / AlignmentAnnotation.java
index 05688cb..bbd3ce4 100755 (executable)
@@ -170,10 +170,14 @@ public class AlignmentAnnotation
    */
   private Map<Integer, Annotation> sequenceMapping;
 
-  /** DOCUMENT ME!! */
+  /**
+   * lower range for quantitative data
+   */
   public float graphMin;
 
-  /** DOCUMENT ME!! */
+  /**
+   * Upper range for quantitative data
+   */
   public float graphMax;
 
   /**