Class TextPieces
java.lang.Object
org.verapdf.gf.model.factory.chunks.TextPieces
- Author:
- Maxim Plushchov
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(TextPieces.TextPiece textPiece) doubledoublegetEndX()doublegetValue()voidsetCurrentX(double currentX) voidshiftCurrentX(double shift)
-
Constructor Details
-
TextPieces
public TextPieces()
-
-
Method Details
-
add
-
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
-