fop 1.0

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

Packages that use BlockStackingLayoutManager
org.apache.fop.layoutmgr FOP's layout engine. 
org.apache.fop.layoutmgr.list Layout managers for lists. 
org.apache.fop.layoutmgr.table Layout managers for tables. 
 

Uses of BlockStackingLayoutManager in org.apache.fop.layoutmgr
 

Subclasses of BlockStackingLayoutManager in org.apache.fop.layoutmgr
 class BlockContainerLayoutManager
          LayoutManager for a block-container FO.
 class BlockLayoutManager
          LayoutManager for a block FO.
 class FlowLayoutManager
          LayoutManager for an fo:flow object.
 class FootnoteBodyLayoutManager
          Layout manager for footnote bodies.
 class StaticContentLayoutManager
          LayoutManager for an fo:flow object.
 

Methods in org.apache.fop.layoutmgr with parameters of type BlockStackingLayoutManager
static void AreaAdditionUtil.addAreas(BlockStackingLayoutManager bslm, PositionIterator parentIter, LayoutContext layoutContext)
          Creates the child areas for the given layout manager.
 

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

Subclasses of BlockStackingLayoutManager in org.apache.fop.layoutmgr.list
 class ListBlockLayoutManager
          LayoutManager for a list-block FO.
 class ListItemContentLayoutManager
          LayoutManager for a list-item-label or list-item-body FO.
 class ListItemLayoutManager
          LayoutManager for a list-item FO.
 

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

Subclasses of BlockStackingLayoutManager in org.apache.fop.layoutmgr.table
 class TableAndCaptionLayoutManager
          LayoutManager for a table-and-caption FO.
 class TableCaptionLayoutManager
          LayoutManager for a table-caption FO.
 class TableCellLayoutManager
          LayoutManager for a table-cell FO.
 class TableLayoutManager
          LayoutManager for a table FO.
 


fop 1.0

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