org.jfree.layouting.renderer.process.layoutrules
public class ReplacedContentSequenceElement extends java.lang.Object implements InlineSequenceElement
Constructor and Description |
---|
ReplacedContentSequenceElement(RenderableReplacedContent node) |
Modifier and Type | Method and Description |
---|---|
long |
getMaximumWidth()
The extra-space width for an element.
|
long |
getMinimumWidth()
The width of the element.
|
RenderNode |
getNode() |
boolean |
isPreserveWhitespace() |
public ReplacedContentSequenceElement(RenderableReplacedContent node)
public long getMinimumWidth()
getMinimumWidth
in interface InlineSequenceElement
public long getMaximumWidth()
getMaximumWidth
in interface InlineSequenceElement
public RenderNode getNode()
getNode
in interface InlineSequenceElement
public boolean isPreserveWhitespace()
isPreserveWhitespace
in interface InlineSequenceElement