Class Path
- java.lang.Object
-
- org.verapdf.gf.model.factory.chunks.Path
-
public class Path extends Object
- Author:
- Maxim Plushchov
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetCurrentX()doublegetCurrentY()doublegetStartX()doublegetStartY()voidsetCurrentPoint(double currentX, double currentY)voidsetCurrentX(double currentX)voidsetCurrentY(double currentY)voidsetStartPoint(double startX, double startY)voidsetStartX(double startX)voidsetStartY(double startY)
-
-
-
Method Detail
-
getStartY
public double getStartY()
-
setStartY
public void setStartY(double startY)
-
getStartX
public double getStartX()
-
setStartX
public void setStartX(double startX)
-
setStartPoint
public void setStartPoint(double startX, double startY)
-
getCurrentX
public double getCurrentX()
-
setCurrentX
public void setCurrentX(double currentX)
-
getCurrentY
public double getCurrentY()
-
setCurrentY
public void setCurrentY(double currentY)
-
setCurrentPoint
public void setCurrentPoint(double currentX, double currentY)
-
-