javadoc note on padding AlignmentAnnotation to alignment width
authorjprocter <Jim Procter>
Thu, 19 Apr 2007 14:55:39 +0000 (14:55 +0000)
committerjprocter <Jim Procter>
Thu, 19 Apr 2007 14:55:39 +0000 (14:55 +0000)
src/jalview/datamodel/AlignmentI.java

index ab198c1..a43b259 100755 (executable)
@@ -165,6 +165,9 @@ public interface AlignmentI
 
   /**
    * Adds a new AlignmentAnnotation to this alignment
+   * @note Care should be taken to ensure that annotation is at 
+   * least as wide as the longest sequence in the alignment
+   * for rendering purposes.
    */
   public void addAnnotation(AlignmentAnnotation aa);
   /**