|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InlineSequenceElement
A sequence element. Usually all elements get their maximum width. There are only a few special cases, where the minimum width needs to be considered: * The element is an inline-block and there is not enough space to print he complete element. The element is guaranteed to always get its minimum width.
Method Summary | |
---|---|
long |
getMaximumWidth()
The maximum width an element wants to take. |
long |
getMinimumWidth()
The minimum width of the element. |
RenderNode |
getNode()
|
boolean |
isPreserveWhitespace()
|
Method Detail |
---|
long getMinimumWidth()
long getMaximumWidth()
RenderNode getNode()
boolean isPreserveWhitespace()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |