Class TextPieces

java.lang.Object
org.verapdf.gf.model.factory.chunks.TextPieces

public class TextPieces extends Object
Author:
Maxim Plushchov
  • Constructor Details

    • TextPieces

      public TextPieces()
  • Method Details

    • add

      public void add(TextPieces.TextPiece textPiece)
    • getValue

      public String getValue()
    • getStartX

      public double getStartX()
    • getEndX

      public double getEndX()
    • getCurrentX

      public double getCurrentX()
    • shiftCurrentX

      public void shiftCurrentX(double shift)
    • setCurrentX

      public void setCurrentX(double currentX)
    • getSymbolEnds

      public List<Double> getSymbolEnds()