org.jfree.layouting.renderer.process.layoutrules
Class EndSequenceElement
java.lang.Object
org.jfree.layouting.renderer.process.layoutrules.EndSequenceElement
- InlineSequenceElement
public class EndSequenceElement
extends java.lang.Object
This marks the end of an inline-element. It represents the border and
padding. There is no break before such an element.
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).
- getMaximumWidth in interface InlineSequenceElement