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