JAL-1483 move show sequence feature and sequence feature height settings to view...
[jalview.git] / src / jalview / api / AlignViewportI.java
index 9409e38..a97f464 100644 (file)
@@ -195,4 +195,8 @@ public interface AlignViewportI
 
   String getSequenceSetId();
 
+  boolean isShowSequenceFeatures();
+
+  void setShowSequenceFeatures(boolean b);
+
 }