Class TextLayoutManager.PendingChange

java.lang.Object
org.apache.fop.layoutmgr.inline.TextLayoutManager.PendingChange
Enclosing class:
TextLayoutManager

private final class TextLayoutManager.PendingChange extends Object
this class stores information about changes in vecAreaInfo which are not yet applied
  • Field Details

    • mapping

      private final GlyphMapping mapping
    • index

      private final int index
  • Constructor Details

    • PendingChange

      private PendingChange(GlyphMapping mapping, int index)