public class Coordinate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Coordinate() | 
| Coordinate(Coordinate 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 高度,单位像素 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic Coordinate()
public Coordinate(Coordinate 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 - 宽度,单位像素public Long getHeight()
public void setHeight(Long Height)
Height - 高度,单位像素Copyright © 2025. All rights reserved.