org.jfree.layouting.renderer.process.layoutrules

Class InlineBoxSequenceElement

public class InlineBoxSequenceElement extends InlineNodeSequenceElement

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

Constructor Summary
InlineBoxSequenceElement(RenderBox box)
Method Summary
longgetMaximumWidth()
longgetMinimumWidth()
The width of the element.
booleanisPreserveWhitespace()

Constructor Detail

InlineBoxSequenceElement

public InlineBoxSequenceElement(RenderBox box)

Method Detail

getMaximumWidth

public long getMaximumWidth()

getMinimumWidth

public long getMinimumWidth()
The width of the element. This is the minimum width of the element.

Returns:

isPreserveWhitespace

public boolean isPreserveWhitespace()