Package org.apache.fop.layoutmgr
Class RestartAtLM
java.lang.Object
org.apache.fop.layoutmgr.RestartAtLM
Class to find the restart layoutmanager for changing IPD
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate intfindPositionIndex(AbstractBreaker breaker, BreakingAlgorithm.KnuthNode optimalBreak, PageBreakingAlgorithm alg, int start) protected LayoutManagergetRestartAtLM(AbstractBreaker breaker, PageBreakingAlgorithm alg, boolean ipdChangesOnNextPage, boolean onLastPageAndIPDChanges, boolean visitedBefore, AbstractBreaker.BlockSequence blockList, int start)
-
Field Details
-
invalidPosition
protected boolean invalidPosition
-
-
Constructor Details
-
RestartAtLM
RestartAtLM()
-
-
Method Details
-
getRestartAtLM
protected LayoutManager getRestartAtLM(AbstractBreaker breaker, PageBreakingAlgorithm alg, boolean ipdChangesOnNextPage, boolean onLastPageAndIPDChanges, boolean visitedBefore, AbstractBreaker.BlockSequence blockList, int start) -
findPositionIndex
private int findPositionIndex(AbstractBreaker breaker, BreakingAlgorithm.KnuthNode optimalBreak, PageBreakingAlgorithm alg, int start)
-