Class CoordsDTO

java.lang.Object
cn.net.pap.common.pdf.dto.CoordsDTO
All Implemented Interfaces:
Serializable

public class CoordsDTO extends Object implements Serializable
坐标与文本对象
See Also:
  • Constructor Details

    • CoordsDTO

      public CoordsDTO(float x, float y, float width, float height, String text)
      构造函数
      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

      public String getText()
    • setText

      public void setText(String text)