Interface BlockStatistics

    • Method Detail

      • getForceBreakCount

        int getForceBreakCount()
        Gets the number of forced line breaks.
        Returns:
        the number of forced line breaks
        Throws:
        IllegalStateException - if the force break count cannot be returned
      • getMinimumAvailableWidth

        int getMinimumAvailableWidth()
        Gets the minimum width available for content (excluding margins).
        Returns:
        returns the available width, in characters
      • getRowCount

        int getRowCount()
        Gets the number of rows produced.
        Returns:
        the number of rows produced
        Throws:
        IllegalStateException - if the row count cannot be returned