fop 1.0

Uses of Class
org.apache.fop.layoutmgr.ListElement

Packages that use ListElement
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
 

Uses of ListElement in org.apache.fop.layoutmgr
 

Subclasses of ListElement in org.apache.fop.layoutmgr
 class BorderElement
          This represents an unresolved border element.
 class BorderOrPaddingElement
          This class represents an unresolved border or padding element.
 class BreakElement
          This class represents an unresolved break possibility.
 class KnuthBlockBox
          Knuth box used to represent a line in block-progression-dimension (i.e.
 class KnuthBox
          An instance of this class represents an unbreakable piece of content with fixed width: for example an image, a syllable (but only if letter spacing is constant), ...
 class KnuthElement
          This is the super class for KnuthBox, KnuthGlue and KnuthPenalty.
 class KnuthGlue
          An instance of this class represents a piece of content with adjustable width: for example a space between words of justified text.
 class KnuthPenalty
          An instance of this class represents information about a feasible breaking point; it does not represent any piece of content.
 class PaddingElement
          This represents an unresolved padding element.
 class SpaceElement
          This class represents an unresolved space element.
 class UnresolvedListElement
          This class represents an unresolved list element.
 class UnresolvedListElementWithLength
          This class represents an unresolved list element element with a (conditional) length.
 

Methods in org.apache.fop.layoutmgr that return ListElement
 ListElement KnuthSequence.getElement(int index)
           
 ListElement KnuthPossPosIter.getKE()
           
 ListElement KnuthSequence.getLast()
           
 ListElement KnuthSequence.removeLast()
          Remove the last element of this sequence.
 

Methods in org.apache.fop.layoutmgr with parameters of type ListElement
protected  void BlockStackingLayoutManager.wrapPositionElement(ListElement el, java.util.List targetList, boolean force)
          "wrap" the Position inside the given element and add it to the target list.
 

Uses of ListElement in org.apache.fop.layoutmgr.inline
 

Subclasses of ListElement in org.apache.fop.layoutmgr.inline
 class KnuthInlineBox
           
 


fop 1.0

Copyright 1999-2010 The Apache Software Foundation. All Rights Reserved.