Class Location

    • Constructor Detail

      • Location

        public Location()
      • Location

        public Location​(Location 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 坐标轴
      • getWidth

        public Long getWidth()
        Get 方框宽
        Returns:
        Width 方框宽
      • setWidth

        public void setWidth​(Long Width)
        Set 方框宽
        Parameters:
        Width - 方框宽
      • getHeight

        public Long getHeight()
        Get 方框高
        Returns:
        Height 方框高
      • setHeight

        public void setHeight​(Long Height)
        Set 方框高
        Parameters:
        Height - 方框高