Uses of Interface
org.apache.fop.layoutmgr.PageBreakingAlgorithm.PageBreakingLayoutListener
-
Packages that use PageBreakingAlgorithm.PageBreakingLayoutListener Package Description org.apache.fop.layoutmgr FOP's layout engine. -
-
Uses of PageBreakingAlgorithm.PageBreakingLayoutListener in org.apache.fop.layoutmgr
Fields in org.apache.fop.layoutmgr declared as PageBreakingAlgorithm.PageBreakingLayoutListener Modifier and Type Field Description private PageBreakingAlgorithm.PageBreakingLayoutListener
PageBreakingAlgorithm. layoutListener
Methods in org.apache.fop.layoutmgr that return PageBreakingAlgorithm.PageBreakingLayoutListener Modifier and Type Method Description protected PageBreakingAlgorithm.PageBreakingLayoutListener
AbstractBreaker. createLayoutListener()
Creates and returns a PageBreakingLayoutListener for the PageBreakingAlgorithm to notify about layout problems.protected PageBreakingAlgorithm.PageBreakingLayoutListener
LocalBreaker. createLayoutListener()
Creates and returns a PageBreakingLayoutListener for the PageBreakingAlgorithm to notify about layout problems.protected PageBreakingAlgorithm.PageBreakingLayoutListener
PageBreaker. createLayoutListener()
Creates and returns a PageBreakingLayoutListener for the PageBreakingAlgorithm to notify about layout problems.Constructors in org.apache.fop.layoutmgr with parameters of type PageBreakingAlgorithm.PageBreakingLayoutListener Constructor Description BalancingColumnBreakingAlgorithm(LayoutManager topLevelLM, PageProvider pageProvider, PageBreakingAlgorithm.PageBreakingLayoutListener layoutListener, int alignment, int alignmentLast, MinOptMax footnoteSeparatorLength, boolean partOverflowRecovery, int columnCount)
PageBreakingAlgorithm(LayoutManager topLevelLM, PageProvider pageProvider, PageBreakingAlgorithm.PageBreakingLayoutListener layoutListener, int alignment, int alignmentLast, MinOptMax footnoteSeparatorLength, boolean partOverflowRecovery, boolean autoHeight, boolean favorSinglePart)
Construct a page breaking algorithm.
-