JAL-4071 boring GUI bits - add togglable menu item for show/hide sequence feature...
[jalview.git] / src / jalview / api / ViewStyleI.java
index a348300..5dc6526 100644 (file)
@@ -278,4 +278,16 @@ public interface ViewStyleI
    * @return
    */
   void setProteinFontAsCdna(boolean b);
+
+  /**
+   * Set the flag indicating that feature count annotation tracks are to be
+   * displayed
+   */
+  void setShowSequenceFeatureCounts(boolean show);
+
+  /**
+   * @return true if feature count annotation tracks are to be displayed
+   */
+  boolean isShowSequenceFeatureCounts();
+
 }