org.jfree.layouting.renderer.process.layoutrules
Class SpacerSequenceElement
java.lang.Object
org.jfree.layouting.renderer.process.layoutrules.SpacerSequenceElement
- InlineSequenceElement
public class SpacerSequenceElement
extends java.lang.Object
A spacer. This is some empty space (not padding, but for instance whitespaces)
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