Class TextSequenceElement

  • All Implemented Interfaces:
    InlineSequenceElement

    public class TextSequenceElement
    extends java.lang.Object
    implements InlineSequenceElement
    Text in a line. A text item is special as it may shrink or stretch to better fit the line. If hyphenation is implemented, it may even split or change into a different text (this happens a lot in the german language).
    Author:
    Thomas Morgner
    • Constructor Detail

      • TextSequenceElement

        public TextSequenceElement​(RenderableText text)