Class PointInfo

    • Constructor Detail

      • PointInfo

        public PointInfo()
      • PointInfo

        public PointInfo​(PointInfo 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 Float getX()
        Get X坐标值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        X X坐标值 注意:此字段可能返回 null,表示取不到有效值。
      • setX

        public void setX​(Float X)
        Set X坐标值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        X - X坐标值 注意:此字段可能返回 null,表示取不到有效值。
      • getY

        public Float getY()
        Get Y坐标值 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Y Y坐标值 注意:此字段可能返回 null,表示取不到有效值。
      • setY

        public void setY​(Float Y)
        Set Y坐标值 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Y - Y坐标值 注意:此字段可能返回 null,表示取不到有效值。