public class Rect extends AbstractModel
header, skipSign
Constructor and Description |
---|
Rect() |
Rect(Rect 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 |
getHeight()
Get (x,y)坐标距离高度
|
Long |
getWidth()
Get (x,y)坐标距离长度
|
Long |
getX()
Get x轴坐标
|
Long |
getY()
Get y轴坐标
|
void |
setHeight(Long Height)
Set (x,y)坐标距离高度
|
void |
setWidth(Long Width)
Set (x,y)坐标距离长度
|
void |
setX(Long X)
Set x轴坐标
|
void |
setY(Long Y)
Set y轴坐标
|
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 Rect()
public Rect(Rect source)
public Long getX()
public void setX(Long X)
X
- x轴坐标public Long getY()
public void setY(Long Y)
Y
- y轴坐标public Long getWidth()
public void setWidth(Long Width)
Width
- (x,y)坐标距离长度public Long getHeight()
public void setHeight(Long Height)
Height
- (x,y)坐标距离高度Copyright © 2024. All rights reserved.