Package org.apache.fop.layoutmgr.inline
Class LineLayoutManager.Update
- java.lang.Object
-
- org.apache.fop.layoutmgr.inline.LineLayoutManager.Update
-
- Enclosing class:
- LineLayoutManager
private final class LineLayoutManager.Update extends java.lang.Object
This class is used to remember which was the first element in the paragraph returned by each LM.
-
-
Field Summary
Fields Modifier and Type Field Description private int
firstIndex
private InlineLevelLayoutManager
inlineLM
-
Constructor Summary
Constructors Modifier Constructor Description private
Update(InlineLevelLayoutManager lm, int index)
-
-
-
Field Detail
-
inlineLM
private final InlineLevelLayoutManager inlineLM
-
firstIndex
private final int firstIndex
-
-
Constructor Detail
-
Update
private Update(InlineLevelLayoutManager lm, int index)
-
-