|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.layouting.renderer.process.layoutrules.InlineNodeSequenceElement
org.jfree.layouting.renderer.process.layoutrules.InlineBoxSequenceElement
public class InlineBoxSequenceElement
Anthing that is not text. This could be an image or an inline-block element. For now, we assume that these beasts are not breakable at the end of the line (outer linebreaks).
Constructor Summary | |
---|---|
InlineBoxSequenceElement(RenderBox box)
|
Method Summary | |
---|---|
long |
getMaximumWidth()
The extra-space width for an element. |
long |
getMinimumWidth()
The width of the element. |
boolean |
isPreserveWhitespace()
|
Methods inherited from class org.jfree.layouting.renderer.process.layoutrules.InlineNodeSequenceElement |
---|
getNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InlineBoxSequenceElement(RenderBox box)
Method Detail |
---|
public long getMinimumWidth()
getMinimumWidth
in interface InlineSequenceElement
getMinimumWidth
in class InlineNodeSequenceElement
public long getMaximumWidth()
InlineNodeSequenceElement
getMaximumWidth
in interface InlineSequenceElement
getMaximumWidth
in class InlineNodeSequenceElement
public boolean isPreserveWhitespace()
isPreserveWhitespace
in interface InlineSequenceElement
isPreserveWhitespace
in class InlineNodeSequenceElement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |