public class Rect extends AbstractModel
| Constructor and Description |
|---|
Rect() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getHeight()
Get 高度
|
Long |
getWidth()
Get 宽度
|
Long |
getX()
Get 左上角x
|
Long |
getY()
Get 左上角y
|
void |
setHeight(Long Height)
Set 高度
|
void |
setWidth(Long Width)
Set 宽度
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getX()
public void setX(Long X)
X - 左上角xpublic Long getY()
public void setY(Long Y)
Y - 左上角ypublic Long getWidth()
public void setWidth(Long Width)
Width - 宽度public Long getHeight()
public void setHeight(Long Height)
Height - 高度Copyright © 2020. All rights reserved.