JAL-3187 basic first version for tooltips only (rendering yet to do)
[jalview.git] / src / jalview / viewmodel / AlignmentViewport.java
index 1366ada..ec3f12e 100644 (file)
@@ -2714,6 +2714,18 @@ public abstract class AlignmentViewport
     viewStyle.setProteinFontAsCdna(b);
   }
 
+  @Override
+  public void setShowComplementFeatures(boolean b)
+  {
+    viewStyle.setShowComplementFeatures(b);
+  }
+
+  @Override
+  public boolean isShowComplementFeatures()
+  {
+    return viewStyle.isShowComplementFeatures();
+  }
+
   /**
    * @return true if view should scroll to show the highlighted region of a
    *         sequence