Class InlineLayoutBox

  • All Implemented Interfaces:
    InlinePaintable, Styleable

    public final class InlineLayoutBox
    extends Box
    implements InlinePaintable
    A Box which contains the portion of an inline element laid out on a single line. It may contain content from several InlineBox objects if the original inline element was interrupted by nested content. Unlike other boxes, its children may be either Box objects (for example, a box with display: inline-block) or InlineText objects. For this reason, it's children are not stored in the children property, but instead stored in the inlineChildren property.