public class Rectangle extends AbstractModel
Constructor and Description |
---|
Rectangle() |
Rectangle(Rectangle 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 |
---|---|
Long |
getH()
Get 高
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getW()
Get 宽
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getX()
Get x坐标
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getY()
Get y坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setH(Long H)
Set 高
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setW(Long W)
Set 宽
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setX(Long X)
Set x坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setY(Long Y)
Set y坐标
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Rectangle()
public Rectangle(Rectangle source)
public Long getX()
public void setX(Long X)
X
- x坐标
注意:此字段可能返回 null,表示取不到有效值。public Long getY()
public void setY(Long Y)
Y
- y坐标
注意:此字段可能返回 null,表示取不到有效值。public Long getW()
public void setW(Long W)
W
- 宽
注意:此字段可能返回 null,表示取不到有效值。public Long getH()
public void setH(Long H)
H
- 高
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.