Uses of Class
org.apache.fop.layoutmgr.FlowLayoutManager
-
Packages that use FlowLayoutManager Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of FlowLayoutManager in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as FlowLayoutManager Modifier and Type Field Description private FlowLayoutManager
PageBreaker. childFLM
The FlowLayoutManager object, which processes the single fo:flow of the fo:page-sequenceMethods in org.apache.fop.layoutmgr that return FlowLayoutManager Modifier and Type Method Description protected FlowLayoutManager
PageBreaker. getCurrentChildLM()
FlowLayoutManager
PageSequenceLayoutManager. getFlowLayoutManager()
FlowLayoutManager
LayoutManagerMaker. makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)
Make a FlowLayoutManager object.FlowLayoutManager
LayoutManagerMapping. makeFlowLayoutManager(PageSequenceLayoutManager pslm, Flow flow)
Make a FlowLayoutManager object.Methods in org.apache.fop.layoutmgr with parameters of type FlowLayoutManager Modifier and Type Method Description static java.util.List<java.util.List<KnuthElement>>
PageBreaker. getFootnoteKnuthElements(FlowLayoutManager flowLM, LayoutContext context, java.util.List<FootnoteBodyLayoutManager> footnoteBodyLMs)
-