Uses of Class
org.apache.fop.area.BlockParent
-
Packages that use BlockParent Package Description org.apache.fop.area FOP's area tree.org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of BlockParent in org.apache.fop.area
Subclasses of BlockParent in org.apache.fop.area Modifier and Type Class Description classBeforeFloatThe before-float-reference-area optionally generated by an fo:region-body.classBlockThis is the block area class.classBlockViewportA BlockViewport.classFootnoteThe footnote-reference-area optionally generated by an fo:region-body.classNormalFlowThe normal-flow-reference-area class.classSideFloat -
Uses of BlockParent in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as BlockParent Modifier and Type Field Description protected BlockParentBlockStackingLayoutManager. parentAreaparent areaMethods in org.apache.fop.layoutmgr that return BlockParent Modifier and Type Method Description protected BlockParentBlockStackingLayoutManager. getCurrentArea()Methods in org.apache.fop.layoutmgr with parameters of type BlockParent Modifier and Type Method Description protected voidBlockStackingLayoutManager. addChildToArea(Area childArea, BlockParent parentArea)Add the childArea to the passed area.protected voidBlockStackingLayoutManager. setCurrentArea(BlockParent parentArea)Set the current area being filled.
-