JAL-3377 Javadoc added for getWrappedHeight()
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 29 Jul 2019 10:34:05 +0000 (11:34 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 29 Jul 2019 10:34:05 +0000 (11:34 +0100)
src/jalview/gui/AlignmentPanel.java

index b6cf419..1a133f3 100644 (file)
@@ -1414,6 +1414,12 @@ public class AlignmentPanel extends GAlignmentPanel implements
 
   }
 
+  /**
+   * Answers the height of the entire alignment in pixels, assuming it is in
+   * wrapped mode
+   * 
+   * @return
+   */
   int getWrappedHeight()
   {
     int seqPanelWidth = getSeqPanel().seqCanvas.getWidth();