From f0ffc133ce321432b868e0527a2ce0407e0121d1 Mon Sep 17 00:00:00 2001 From: jprocter Date: Thu, 19 Apr 2007 14:55:39 +0000 Subject: [PATCH] javadoc note on padding AlignmentAnnotation to alignment width --- src/jalview/datamodel/AlignmentI.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/jalview/datamodel/AlignmentI.java b/src/jalview/datamodel/AlignmentI.java index ab198c1..a43b259 100755 --- a/src/jalview/datamodel/AlignmentI.java +++ b/src/jalview/datamodel/AlignmentI.java @@ -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); /** -- 1.7.10.2