org.jfree.layouting.renderer.process.layoutrules
Class EndSequenceElement

java.lang.Object
  extended by org.jfree.layouting.renderer.process.layoutrules.EndSequenceElement
All Implemented Interfaces:
InlineSequenceElement

public class EndSequenceElement
extends java.lang.Object
implements InlineSequenceElement

This marks the end of an inline-element. It represents the border and padding. There is no break before such an element.

Author:
Thomas Morgner

Constructor Summary
EndSequenceElement(InlineRenderBox node)
           
 
Method Summary
 long getMaximumWidth()
          The extra-space width for an element.
 long getMinimumWidth()
          The width of the element.
 RenderNode getNode()
           
 boolean isPreserveWhitespace()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndSequenceElement

public EndSequenceElement(InlineRenderBox node)
Method Detail

getMinimumWidth

public long getMinimumWidth()
The width of the element. This is the minimum width of the element.

Specified by:
getMinimumWidth in interface InlineSequenceElement
Returns:

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).

Specified by:
getMaximumWidth in interface InlineSequenceElement
Returns:

getNode

public RenderNode getNode()
Specified by:
getNode in interface InlineSequenceElement

isPreserveWhitespace

public boolean isPreserveWhitespace()
Specified by:
isPreserveWhitespace in interface InlineSequenceElement