Class Point

    • Constructor Detail

      • Point

        public Point()
      • Point

        public Point​(Point source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getXCoordinate

        public Long getXCoordinate()
        Get x坐标
        Returns:
        XCoordinate x坐标
      • setXCoordinate

        public void setXCoordinate​(Long XCoordinate)
        Set x坐标
        Parameters:
        XCoordinate - x坐标
      • getYCoordinate

        public Long getYCoordinate()
        Get y坐标
        Returns:
        YCoordinate y坐标
      • setYCoordinate

        public void setYCoordinate​(Long YCoordinate)
        Set y坐标
        Parameters:
        YCoordinate - y坐标
      • getPage

        public Long getPage()
        Get 页码
        Returns:
        Page 页码
      • setPage

        public void setPage​(Long Page)
        Set 页码
        Parameters:
        Page - 页码