Package cn.net.pap.common.pdf.dto
Class PointDTO
java.lang.Object
cn.net.pap.common.pdf.dto.PointDTO
- All Implemented Interfaces:
Serializable
点 DTO
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
PointDTO
public PointDTO(float x, float y) 构造函数- Parameters:
x
-y
-
-
-
Method Details
-
getX
public float getX() -
setX
public void setX(float x) -
getY
public float getY() -
setY
public void setY(float y) -
convert2RectangleBy4Point
数据类型转换- Parameters:
coords
- 一个8位长度的集合,两两一组,分别对应 左下、右下、右上、左上 四个坐标点 [1744, 324, 2241, 324, 2241, 484, 1744, 484]- Returns:
-