Class AbstractBreaker.BlockSequence

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccess
    Enclosing class:
    AbstractBreaker

    public static class AbstractBreaker.BlockSequence
    extends BlockKnuthSequence
    Helper class, extending the functionality of the basic BlockKnuthSequence.
    See Also:
    Serialized Form
    • Field Detail

      • ignoreAtStart

        int ignoreAtStart
        Number of elements to ignore at the beginning of the list.
      • ignoreAtEnd

        int ignoreAtEnd
        Number of elements to ignore at the end of the list.
      • startOn

        private final int startOn
        startOn represents where on the page/which page layout should start for this BlockSequence. Acceptable values: Constants.EN_ANY (can continue from finished location of previous BlockSequence?), EN_COLUMN, EN_ODD_PAGE, EN_EVEN_PAGE.
      • displayAlign

        private final int displayAlign