Class InlineRenderBox

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    ParagraphPoolBox, RenderableTextBox

    public class InlineRenderBox
    extends RenderBox
    An inline box is some floating text that might be broken down into lines. The actual linebreaking is performed/initiated by the block context.

    Breaking behaviour: An InlineBox forwards all breaks to its childs and tries to break them according to their rules. BlockContent and ImageContent is considered not-very-breakable by default, breaks on that should be avoided.

    Author:
    Thomas Morgner
    • Constructor Detail

      • InlineRenderBox

        public InlineRenderBox​(BoxDefinition boxDefinition)