fop 2.1

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 FloatContentLayoutManager
           
 class FlowLayoutManager
          LayoutManager for an fo:flow object.
 class FootnoteBodyLayoutManager
          Layout manager for footnote bodies.
 class MultiCaseLayoutManager
           
 class MultiSwitchLayoutManager
           
 class SpacedBorderedPaddedBlockLayoutManager
          A block-stacking layout manager for an FO that supports spaces, border and padding.
 class StaticContentLayoutManager
          LayoutManager for an fo:flow object.
 

Fields in org.apache.fop.layoutmgr declared as BlockStackingLayoutManager
protected  BlockStackingLayoutManager LocalBreaker.lm
           
 

Constructors in org.apache.fop.layoutmgr with parameters of type BlockStackingLayoutManager
LocalBreaker(BlockStackingLayoutManager lm, int ipd, int displayAlign)
           
 

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 2.1

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