Package org.apache.fop.layoutmgr.inline
Class TextLayoutManager.PendingChange
- java.lang.Object
-
- org.apache.fop.layoutmgr.inline.TextLayoutManager.PendingChange
-
- Enclosing class:
- TextLayoutManager
private final class TextLayoutManager.PendingChange extends java.lang.Object
this class stores information about changes in vecAreaInfo which are not yet applied
-
-
Field Summary
Fields Modifier and Type Field Description private int
index
private GlyphMapping
mapping
-
Constructor Summary
Constructors Modifier Constructor Description private
PendingChange(GlyphMapping mapping, int index)
-
-
-
Field Detail
-
mapping
private final GlyphMapping mapping
-
index
private final int index
-
-
Constructor Detail
-
PendingChange
private PendingChange(GlyphMapping mapping, int index)
-
-