JAL-3081 is/setShowAutocalculatedAbove pulled up to interface
[jalview.git] / src / jalview / api / AlignViewportI.java
index b813aab..fa0a3b0 100644 (file)
@@ -521,6 +521,22 @@ public interface AlignViewportI extends ViewStyleI
   void addSequenceGroup(SequenceGroup sequenceGroup);
 
   /**
+   * Returns true if autocalculated annotations are shown above other
+   * annotations, false if below
+   * 
+   * @return
+   */
+  boolean isShowAutocalculatedAbove();
+
+  /**
+   * Sets the flag for whether autocalculated annotations are shown above (true)
+   * or below (false) other annotations
+   * 
+   * @param showAutocalculatedAbove
+   */
+  void setShowAutocalculatedAbove(boolean showAutocalculatedAbove);
+
+  /**
    * Sets the sort order to apply to annotations
    * 
    * @param sortAnnotationsBy