Class InlineNodeSequenceElement

  • All Implemented Interfaces:
    InlineSequenceElement
    Direct Known Subclasses:
    InlineBoxSequenceElement

    public class InlineNodeSequenceElement
    extends Object
    implements InlineSequenceElement
    Anthing that is not text. This could be an image or an inline-block element. For now, we assume that these beasts are not breakable at the end of the line (outer linebreaks).
    Author:
    Thomas Morgner