Package cn.net.pap.common.pdf.dto
Class CoordsDTO
java.lang.Object
cn.net.pap.common.pdf.dto.CoordsDTO
- All Implemented Interfaces:
Serializable
坐标与文本对象
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CoordsDTO
构造函数- Parameters:
x
-y
-width
-height
-text
-
-
-
Method Details
-
getX
public float getX() -
setX
public void setX(float x) -
getY
public float getY() -
setY
public void setY(float y) -
getWidth
public float getWidth() -
setWidth
public void setWidth(float width) -
getHeight
public float getHeight() -
setHeight
public void setHeight(float height) -
getText
-
setText
-