fop 0.95

Uses of Interface
org.apache.fop.layoutmgr.BlockLevelLayoutManager

Packages that use BlockLevelLayoutManager
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 BlockLevelLayoutManager in org.apache.fop.layoutmgr
 

Classes in org.apache.fop.layoutmgr that implement BlockLevelLayoutManager
 class BlockContainerLayoutManager
          LayoutManager for a block-container FO.
 class BlockLayoutManager
          LayoutManager for a block FO.
 class BlockStackingLayoutManager
          Base LayoutManager class for all areas which stack their child areas in the block-progression direction, such as Flow, Block, ListBlock.
 class FlowLayoutManager
          LayoutManager for an fo:flow object.
 class FootnoteBodyLayoutManager
          Layout manager for footnote bodies.
 class StaticContentLayoutManager
          LayoutManager for an fo:flow object.
 

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

Classes in org.apache.fop.layoutmgr.inline that implement BlockLevelLayoutManager
 class LineLayoutManager
          LayoutManager for lines.
 

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

Classes in org.apache.fop.layoutmgr.list that implement BlockLevelLayoutManager
 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 BlockLevelLayoutManager in org.apache.fop.layoutmgr.table
 

Classes in org.apache.fop.layoutmgr.table that implement BlockLevelLayoutManager
 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 0.95

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