Class LineLayoutManager.Paragraph

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

    private static class LineLayoutManager.Paragraph
    extends InlineKnuthSequence
    • Field Detail

      • ignoreAtStart

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

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

        private final int textAlignment
      • textAlignmentLast

        private final int textAlignmentLast
      • textIndent

        private final int textIndent
      • lastLineEndIndent

        private final int lastLineEndIndent
    • Constructor Detail

      • Paragraph

        Paragraph​(LineLayoutManager llm,
                  int alignment,
                  int alignmentLast,
                  int indent,
                  int endIndent)
    • Method Detail

      • endParagraph

        public void endParagraph()
      • containsBox

        public boolean containsBox()
        Returns:
        true if the sequence contains a box