Package org.apache.fop.layoutmgr
Class RestartAtLM
- java.lang.Object
-
- org.apache.fop.layoutmgr.RestartAtLM
-
class RestartAtLM extends java.lang.Object
Class to find the restart layoutmanager for changing IPD
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
invalidPosition
-
Constructor Summary
Constructors Constructor Description RestartAtLM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private int
findPositionIndex(AbstractBreaker breaker, BreakingAlgorithm.KnuthNode optimalBreak, PageBreakingAlgorithm alg, int start)
protected LayoutManager
getRestartAtLM(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)
-
-