fop 0.94

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

Packages that use PositionIterator
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.layoutmgr.inline Layout managers for inline formatting objects and line building. 
org.apache.fop.layoutmgr.list Layout managers for lists. 
org.apache.fop.layoutmgr.table Layout managers for tables. 
 

Uses of PositionIterator in org.apache.fop.layoutmgr
 

Subclasses of PositionIterator in org.apache.fop.layoutmgr
protected static class BlockStackingLayoutManager.StackingIter
           
 class KnuthPossPosIter
           
 

Methods in org.apache.fop.layoutmgr with parameters of type PositionIterator
static void AreaAdditionUtil.addAreas(BlockStackingLayoutManager bslm, PositionIterator parentIter, LayoutContext layoutContext)
          Creates the child areas for the given layout manager.
protected  void PageBreaker.addAreas(PositionIterator posIter, LayoutContext context)
          Adds an area to the flow layout manager
 void StaticContentLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
           
 void BlockContainerLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
           
protected abstract  void AbstractBreaker.addAreas(PositionIterator posIter, LayoutContext context)
           
 void AbstractLayoutManager.addAreas(PositionIterator posIter, LayoutContext context)
           
 void FlowLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
           
 void LayoutManager.addAreas(PositionIterator posIter, LayoutContext context)
          Tell the layout manager to add all the child areas implied by Position objects which will be returned by the Iterator.
 void BlockLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
           
 void FootnoteBodyLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
           
 

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

Subclasses of PositionIterator in org.apache.fop.layoutmgr.inline
protected static class InlineStackingLayoutManager.StackingIter
           
 

Methods in org.apache.fop.layoutmgr.inline with parameters of type PositionIterator
 void ContentLayoutManager.addAreas(PositionIterator posIter, LayoutContext context)
           
 void LeafNodeLayoutManager.addAreas(PositionIterator posIter, LayoutContext context)
          Add the area for this layout manager.
 void WrapperLayoutManager.addAreas(PositionIterator posIter, LayoutContext context)
          Add the area for this layout manager.
 void LineLayoutManager.addAreas(PositionIterator parentIter, LayoutContext context)
          Add the areas with the break points.
 void TextLayoutManager.addAreas(PositionIterator posIter, LayoutContext context)
          Generate and add areas to parent area.
 void PageNumberCitationLayoutManager.addAreas(PositionIterator posIter, LayoutContext context)
           
 void InlineLayoutManager.addAreas(PositionIterator parentIter, LayoutContext context)
          Generate and add areas to parent area.
 void FootnoteLayoutManager.addAreas(PositionIterator posIter, LayoutContext context)
           
 void LeaderLayoutManager.addAreas(PositionIterator posIter, LayoutContext context)
           
 

Uses of PositionIterator in org.apache.fop.layoutmgr.list
 

Methods in org.apache.fop.layoutmgr.list with parameters of type PositionIterator
 void ListItemLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
          Add the areas for the break points.
 void ListBlockLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
          The table area is a reference area that contains areas for columns, bodies, rows and the contents are in cells.
 void ListItemContentLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
          Add the areas for the break points.
 

Uses of PositionIterator in org.apache.fop.layoutmgr.table
 

Methods in org.apache.fop.layoutmgr.table with parameters of type PositionIterator
 void TableContentLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
          Adds the areas generated by this layout manager to the area tree.
 void TableAndCaptionLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
          Add the areas.
 void TableCaptionLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
          Add the areas to the parent.
 void TableLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext)
          The table area is a reference area that contains areas for columns, bodies, rows and the contents are in cells.
 void TableCellLayoutManager.addAreas(PositionIterator parentIter, LayoutContext layoutContext, int[] spannedGridRowHeights, int startRow, int endRow)
          Add the areas for the break points.
 


fop 0.94

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