Class TextPieces
- java.lang.Object
-
- org.verapdf.gf.model.factory.chunks.TextPieces
-
public class TextPieces extends Object
- Author:
- Maxim Plushchov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTextPieces.TextPiecestatic classTextPieces.TextPieceComparator
-
Constructor Summary
Constructors Constructor Description TextPieces()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(TextPieces.TextPiece textPiece)doublegetCurrentX()doublegetEndX()doublegetStartX()List<Double>getSymbolEnds()StringgetValue()voidsetCurrentX(double currentX)voidshiftCurrentX(double shift)
-
-
-
Method Detail
-
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)
-
-