org.jfree.layouting.renderer.process.layoutrules

Class StartSequenceElement

public class StartSequenceElement extends Object implements InlineSequenceElement

Represents the opening of an inline element and represents the respective border. There is no break after that element.

Author: Thomas Morgner

Constructor Summary
StartSequenceElement(InlineRenderBox node)
Method Summary
longgetMaximumWidth()
The extra-space width for an element.
longgetMinimumWidth()
The width of the element.
RenderNodegetNode()
booleanisPreserveWhitespace()

Constructor Detail

StartSequenceElement

public StartSequenceElement(InlineRenderBox node)

Method Detail

getMaximumWidth

public long getMaximumWidth()
The extra-space width for an element. Some elements can expand to fill some more space (justified text is a good example, adding some space between the letters of each word to reduce the inner-word spacing).

Returns:

getMinimumWidth

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

Returns:

getNode

public RenderNode getNode()

isPreserveWhitespace

public boolean isPreserveWhitespace()