Class PointDTO

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

public class PointDTO extends Object implements Serializable
点 DTO
See Also:
  • 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

      public static PointDTO[] convert2RectangleBy4Point(List<Integer> coords)
      数据类型转换
      Parameters:
      coords - 一个8位长度的集合,两两一组,分别对应 左下、右下、右上、左上 四个坐标点 [1744, 324, 2241, 324, 2241, 484, 1744, 484]
      Returns: