Class ItemCoord

    • Constructor Detail

      • ItemCoord

        public ItemCoord()
      • ItemCoord

        public ItemCoord​(ItemCoord 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 宽width
        Returns:
        Width 宽width
      • setWidth

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

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

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