Class PathPoint
java.lang.Object
org.ofdrw.converter.point.PathPoint
- Since:
- 2020/8/11
- Author:
- dltech21
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
x1
public float x1 -
y1
public float y1 -
x2
public float x2 -
y2
public float y2 -
x3
public float x3 -
y3
public float y3 -
rx
public float rx -
ry
public float ry -
rotation
public float rotation -
arc
public float arc -
sweep
public float sweep -
x
public float x -
y
public float y
-
-
Constructor Details
-
PathPoint
-
PathPoint
public PathPoint(String type, float rx, float ry, float rotation, float arc, float sweep, float x, float y)
-
-
Method Details
-
getX1
public float getX1() -
getY1
public float getY1() -
getX2
public float getX2() -
getY2
public float getY2() -
getX3
public float getX3() -
getY3
public float getY3()
-