Class RrectF

    • Constructor Detail

      • RrectF

        public RrectF()
      • RrectF

        public RrectF​(RrectF 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 Float getWidth()
        Get logo图标宽度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Width logo图标宽度 注意:此字段可能返回 null,表示取不到有效值。
      • setWidth

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

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

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

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

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

        public Float getRotate()
        Get logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Rotate logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。
      • setRotate

        public void setRotate​(Float Rotate)
        Set logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Rotate - logo图标中心旋转度 注意:此字段可能返回 null,表示取不到有效值。
      • getHeight

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

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