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
Methods 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)
-