Package org.apache.fop.layoutmgr
Class RestartAtLM
- java.lang.Object
-
- org.apache.fop.layoutmgr.RestartAtLM
-
class RestartAtLM extends java.lang.ObjectClass to find the restart layoutmanager for changing IPD
-
-
Field Summary
Fields Modifier and Type Field Description protected booleaninvalidPosition
-
Constructor Summary
Constructors Constructor Description RestartAtLM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private 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)
-
-
-
Method Detail
-
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)
-
-