Interface MulticolRenderer.ColumnHeightCalculator

    • Method Detail

      • getAdditionalHeightOfEachColumn

        java.lang.Float getAdditionalHeightOfEachColumn​(MulticolRenderer renderer,
                                                        MulticolRenderer.MulticolLayoutResult result)
        Calculate height, by which current height of given MulticolRenderer should be increased so MulticolLayoutResult#getOverflowRenderer could be lauded
        Parameters:
        renderer - multicol renderer for which height needs to be increased
        result - result of one iteration of MulticolRenderer layouting
        Returns:
        height by which current height of given multicol renderer should be increased
      • maxAmountOfRelayouts

        int maxAmountOfRelayouts()