Class AbstractBreaker.BlockSequence

All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, List, RandomAccess
Enclosing class:
AbstractBreaker

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

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • 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
  • Constructor Details

  • Method Details