Class BodyRect

    • Constructor Detail

      • BodyRect

        public BodyRect()
      • BodyRect

        public BodyRect​(BodyRect 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 人体框左上角横坐标。
        Returns:
        X 人体框左上角横坐标。
      • setX

        public void setX​(Long X)
        Set 人体框左上角横坐标。
        Parameters:
        X - 人体框左上角横坐标。
      • getY

        public Long getY()
        Get 人体框左上角纵坐标。
        Returns:
        Y 人体框左上角纵坐标。
      • setY

        public void setY​(Long Y)
        Set 人体框左上角纵坐标。
        Parameters:
        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 - 人体高度。