boolean wrapAlignment=false;\r
boolean renderGaps = true;\r
boolean showSequenceFeatures = false;\r
+ boolean showAnnotation = true;\r
\r
boolean colourAppliesToAllGroups = true;\r
ColourSchemeI globalColourScheme = null;\r
\r
ColumnSelection colSel = new ColumnSelection();\r
\r
-\r
int threshold;\r
int increment;\r
\r
{\r
showFullId = b;\r
}\r
+\r
+ public boolean getShowAnnotation()\r
+ {\r
+ return showAnnotation;\r
+ }\r
+\r
+ public void setShowAnnotation(boolean b)\r
+ {\r
+ showAnnotation = b;\r
+ }\r
+\r
}\r