Class MappingValue


  • class MappingValue
    extends java.lang.Object
    A fake markup data object giving information on the impact of the fake markup. Use AnnotatedTextBuilder to create objects of this type.
    Since:
    4.8
    • Field Detail

      • totalPosition

        private final int totalPosition
      • fakeMarkupLength

        private final int fakeMarkupLength
    • Constructor Detail

      • MappingValue

        MappingValue​(int totalPosition)
      • MappingValue

        MappingValue​(int totalPosition,
                     int fakeMarkupLength)
    • Method Detail

      • getTotalPosition

        int getTotalPosition()
      • getFakeMarkupLength

        int getFakeMarkupLength()