showAnnotation added
authoramwaterhouse <Andrew Waterhouse>
Wed, 6 Apr 2005 17:11:39 +0000 (17:11 +0000)
committeramwaterhouse <Andrew Waterhouse>
Wed, 6 Apr 2005 17:11:39 +0000 (17:11 +0000)
src/jalview/gui/AlignViewport.java

index d63c0c9..9d63cde 100755 (executable)
@@ -22,6 +22,7 @@ public class AlignViewport
   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
@@ -42,7 +43,6 @@ public class AlignViewport
 \r
   ColumnSelection colSel = new ColumnSelection();\r
 \r
-\r
   int threshold;\r
   int increment;\r
 \r
@@ -421,4 +421,15 @@ public class AlignViewport
   {\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