javadoc
authorjprocter <Jim Procter>
Fri, 23 Apr 2010 15:09:40 +0000 (15:09 +0000)
committerjprocter <Jim Procter>
Fri, 23 Apr 2010 15:09:40 +0000 (15:09 +0000)
src/jalview/datamodel/AlignmentAnnotation.java

index a821066..22d637b 100755 (executable)
@@ -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;