JAL-1155 fix panel length calculation for grouped graphs and refactor to alignment...
[jalview.git] / src / jalview / api / AlignViewportI.java
index ab9efb1..54a1d6f 100644 (file)
@@ -28,6 +28,14 @@ public interface AlignViewportI
 
   int getCharHeight();
 
+  /**
+   * calculate the height for visible annotation, revalidating bounds where
+   * necessary ABSTRACT GUI METHOD
+   *
+   * @return total height of annotation
+   */
+  public int calcPanelHeight();
+
   boolean hasHiddenColumns();
 
   boolean isValidCharWidth();