public class RrectF extends AbstractModel
header, skipSign
Constructor and Description |
---|
RrectF() |
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.
|
Modifier and Type | Method and Description |
---|---|
Float |
getCx()
Get logo横坐标
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getCy()
Get logo纵坐标
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getHeight()
Get logo图标高度
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getRotate()
Get logo图标中心旋转度
注意:此字段可能返回 null,表示取不到有效值。
|
Float |
getWidth()
Get logo图标宽度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCx(Float Cx)
Set logo横坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCy(Float Cy)
Set logo纵坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setHeight(Float Height)
Set logo图标高度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRotate(Float Rotate)
Set logo图标中心旋转度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWidth(Float Width)
Set logo图标宽度
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RrectF()
public RrectF(RrectF source)
public Float getWidth()
public void setWidth(Float Width)
Width
- logo图标宽度
注意:此字段可能返回 null,表示取不到有效值。public Float getCy()
public void setCy(Float Cy)
Cy
- logo纵坐标
注意:此字段可能返回 null,表示取不到有效值。public Float getCx()
public void setCx(Float Cx)
Cx
- logo横坐标
注意:此字段可能返回 null,表示取不到有效值。public Float getRotate()
public void setRotate(Float Rotate)
Rotate
- logo图标中心旋转度
注意:此字段可能返回 null,表示取不到有效值。public Float getHeight()
public void setHeight(Float Height)
Height
- logo图标高度
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.