From: jprocter Date: Fri, 23 Apr 2010 15:09:40 +0000 (+0000) Subject: javadoc X-Git-Tag: Release_2_5~51 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=b7a8120335d2b6be10ce363b3d9353ddca751a77;p=jalview.git javadoc --- diff --git a/src/jalview/datamodel/AlignmentAnnotation.java b/src/jalview/datamodel/AlignmentAnnotation.java index a821066..22d637b 100755 --- a/src/jalview/datamodel/AlignmentAnnotation.java +++ b/src/jalview/datamodel/AlignmentAnnotation.java @@ -70,21 +70,21 @@ public class AlignmentAnnotation // Graphical hints and tips - /** DOCUMENT ME!! */ + /** Can this row be edited by the user ? */ public boolean editable = false; - /** DOCUMENT ME!! */ + /** Indicates if annotation has a graphical symbol track */ public boolean hasIcons; // - /** DOCUMENT ME!! */ + /** Indicates if annotation has a text character label */ public boolean hasText; - /** DOCUMENT ME!! */ + /** is the row visible */ public boolean visible = true; public int graphGroup = -1; - /** DOCUMENT ME!! */ + /** Displayed height of row in pixels */ public int height = 0; public int graph = 0;