Class PendingSpan


  • class PendingSpan
    extends java.lang.Object
    Used for determining initial values for column-numbers in case of row-spanning cells.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int rowsLeft
      member variable holding the number of rows left
    • Constructor Summary

      Constructors 
      Constructor Description
      PendingSpan​(int rows)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int decrRowsLeft()
      Decrement rows spanned.
      int getRowsLeft()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rowsLeft

        private int rowsLeft
        member variable holding the number of rows left
    • Constructor Detail

      • PendingSpan

        public PendingSpan​(int rows)
        Constructor
        Parameters:
        rows - number of rows spanned
    • Method Detail

      • getRowsLeft

        public int getRowsLeft()
        Returns:
        number of rows spanned
      • decrRowsLeft

        public int decrRowsLeft()
        Decrement rows spanned.
        Returns:
        number of rows spanned after decrementing