Class ActiveCell.Step

  • Enclosing class:
    ActiveCell

    private static class ActiveCell.Step
    extends java.lang.Object
    Auxiliary class to store all the informations related to a breaking step.
    • Field Detail

      • start

        private int start
        Index, in the list of Knuth elements, of the element starting this step.
      • end

        private int end
        Index, in the list of Knuth elements, of the element ending this step.
      • contentLength

        private int contentLength
        Length of the Knuth elements up to this step.
      • totalLength

        private int totalLength
        Total length up to this step, including paddings and borders.
      • penaltyLength

        private int penaltyLength
        Length of the penalty ending this step, if any.
      • penaltyValue

        private int penaltyValue
        Value of the penalty ending this step, 0 if the step does not end on a penalty.
      • footnoteList

        private java.util.List footnoteList
        List of footnotes for this step.
      • condBeforeContentLength

        private int condBeforeContentLength
        Length of the optional content at the beginning of the step. That is, content that will not appear if this step starts a new page.
    • Constructor Detail

      • Step

        Step​(int contentLength)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object