| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.layouting.renderer.process.layoutrules.InlineNodeSequenceElementorg.jfree.layouting.renderer.process.layoutrules.InlineBoxSequenceElementpublic class InlineBoxSequenceElementextends InlineNodeSequenceElementConstructor Summary | |
Method Summary | |
long |
|
long |
|
boolean | |
Methods inherited from class org.jfree.layouting.renderer.process.layoutrules.InlineNodeSequenceElement | |
getMaximumWidth, getMinimumWidth, getNode, isPreserveWhitespace | |
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).
- Specified by:
- getMaximumWidth in interface InlineSequenceElement
- Overrides:
- getMaximumWidth in interface InlineNodeSequenceElement
- Returns:
public long getMinimumWidth()
The width of the element. This is the minimum width of the element.
- Specified by:
- getMinimumWidth in interface InlineSequenceElement
- Overrides:
- getMinimumWidth in interface InlineNodeSequenceElement
- Returns:
public boolean isPreserveWhitespace()
- Specified by:
- isPreserveWhitespace in interface InlineSequenceElement
- Overrides:
- isPreserveWhitespace in interface InlineNodeSequenceElement