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.PageBreakingLayoutListenerPageBreakingAlgorithm. layoutListenerMethods in org.apache.fop.layoutmgr that return PageBreakingAlgorithm.PageBreakingLayoutListener Modifier and Type Method Description protected PageBreakingAlgorithm.PageBreakingLayoutListenerAbstractBreaker. createLayoutListener()Creates and returns a PageBreakingLayoutListener for the PageBreakingAlgorithm to notify about layout problems.protected PageBreakingAlgorithm.PageBreakingLayoutListenerLocalBreaker. createLayoutListener()Creates and returns a PageBreakingLayoutListener for the PageBreakingAlgorithm to notify about layout problems.protected PageBreakingAlgorithm.PageBreakingLayoutListenerPageBreaker. 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, LayoutContext childLC)Construct a page breaking algorithm.
-