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 class
BeforeFloat
The before-float-reference-area optionally generated by an fo:region-body.class
Block
This is the block area class.class
BlockViewport
A BlockViewport.class
Footnote
The footnote-reference-area optionally generated by an fo:region-body.class
NormalFlow
The normal-flow-reference-area class.class
SideFloat
Methods in org.apache.fop.area that return BlockParent Modifier and Type Method Description private BlockParent
AreaTreeParser.Handler. getCurrentBlockParent()
-
Uses of BlockParent in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as BlockParent Modifier and Type Field Description private BlockParent[]
FlowLayoutManager. currentAreas
Array of areas currently being filled stored by area classprotected BlockParent
BlockStackingLayoutManager. parentArea
parent areaMethods in org.apache.fop.layoutmgr that return BlockParent Modifier and Type Method Description protected BlockParent
BlockStackingLayoutManager. getCurrentArea()
Methods in org.apache.fop.layoutmgr with parameters of type BlockParent Modifier and Type Method Description protected void
BlockStackingLayoutManager. addChildToArea(Area childArea, BlockParent parentArea)
Add the childArea to the passed area.protected void
BlockStackingLayoutManager. setCurrentArea(BlockParent parentArea)
Set the current area being filled.
-