org.jfree.layouting.renderer.model
Class InlineRenderBox
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