public class Coordinate extends AbstractModel
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 |
getCx()
Get 左上角横坐标
|
Long |
getCy()
Get 左上角纵坐标
|
Long |
getHeight()
Get 高度
|
Long |
getWidth()
Get 宽度
|
void |
setCx(Long Cx)
Set 左上角横坐标
|
void |
setCy(Long Cy)
Set 左上角纵坐标
|
void |
setHeight(Long Height)
Set 高度
|
void |
setWidth(Long Width)
Set 宽度
|
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 Coordinate()
public Coordinate(Coordinate source)
public Long getCx()
public void setCx(Long Cx)
Cx
- 左上角横坐标public Long getCy()
public void setCy(Long Cy)
Cy
- 左上角纵坐标public Long getHeight()
public void setHeight(Long Height)
Height
- 高度public Long getWidth()
public void setWidth(Long Width)
Width
- 宽度Copyright © 2022. All rights reserved.