Class Coordinate

    • Constructor Detail

      • Coordinate

        public Coordinate()
      • Coordinate

        public Coordinate​(Coordinate 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

      • getWidth

        public Long getWidth()
        Get 宽度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Width 宽度 注意:此字段可能返回 null,表示取不到有效值。
      • setWidth

        public void setWidth​(Long Width)
        Set 宽度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Width - 宽度 注意:此字段可能返回 null,表示取不到有效值。
      • getCy

        public Long getCy()
        Get 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Cy 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。
      • setCy

        public void setCy​(Long Cy)
        Set 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Cy - 左上角纵坐标 注意:此字段可能返回 null,表示取不到有效值。
      • getCx

        public Long getCx()
        Get 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Cx 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。
      • setCx

        public void setCx​(Long Cx)
        Set 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Cx - 左上角横坐标 注意:此字段可能返回 null,表示取不到有效值。
      • getHeight

        public Long getHeight()
        Get 高度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Height 高度 注意:此字段可能返回 null,表示取不到有效值。
      • setHeight

        public void setHeight​(Long Height)
        Set 高度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Height - 高度 注意:此字段可能返回 null,表示取不到有效值。