// 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;