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

      • getX

        public Long getX()
        Get X坐标
        Returns:
        X X坐标
      • setX

        public void setX​(Long X)
        Set X坐标
        Parameters:
        X - X坐标
      • getY

        public Long getY()
        Get Y坐标
        Returns:
        Y Y坐标
      • setY

        public void setY​(Long Y)
        Set Y坐标
        Parameters:
        Y - Y坐标