Class 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
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private PendingChange​(GlyphMapping mapping, int index)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        private final int index
    • Constructor Detail

      • PendingChange

        private PendingChange​(GlyphMapping mapping,
                              int index)