Class LayoutParams
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tiw.v20190919.models.LayoutParams
-
public class LayoutParams extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LayoutParams()LayoutParams(LayoutParams 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetHeight()Get 流画面高,取值范围[2,3000]LonggetWidth()Get 流画面宽,取值范围[2,3000]LonggetX()Get 当前画面左上角顶点相对于Canvas左上角顶点的x轴偏移量,默认为0,取值范围[0,3000]LonggetY()Get 当前画面左上角顶点相对于Canvas左上角顶点的y轴偏移量,默认为0, 取值范围[0,3000]LonggetZOrder()Get 画面z轴位置,默认为0 z轴确定了重叠画面的遮盖顺序,z轴值大的画面处于顶层voidsetHeight(Long Height)Set 流画面高,取值范围[2,3000]voidsetWidth(Long Width)Set 流画面宽,取值范围[2,3000]voidsetX(Long X)Set 当前画面左上角顶点相对于Canvas左上角顶点的x轴偏移量,默认为0,取值范围[0,3000]voidsetY(Long Y)Set 当前画面左上角顶点相对于Canvas左上角顶点的y轴偏移量,默认为0, 取值范围[0,3000]voidsetZOrder(Long ZOrder)Set 画面z轴位置,默认为0 z轴确定了重叠画面的遮盖顺序,z轴值大的画面处于顶层voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LayoutParams
public LayoutParams()
-
LayoutParams
public LayoutParams(LayoutParams 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.
-
-
Method Detail
-
getWidth
public Long getWidth()
Get 流画面宽,取值范围[2,3000]- Returns:
- Width 流画面宽,取值范围[2,3000]
-
setWidth
public void setWidth(Long Width)
Set 流画面宽,取值范围[2,3000]- Parameters:
Width- 流画面宽,取值范围[2,3000]
-
getHeight
public Long getHeight()
Get 流画面高,取值范围[2,3000]- Returns:
- Height 流画面高,取值范围[2,3000]
-
setHeight
public void setHeight(Long Height)
Set 流画面高,取值范围[2,3000]- Parameters:
Height- 流画面高,取值范围[2,3000]
-
getX
public Long getX()
Get 当前画面左上角顶点相对于Canvas左上角顶点的x轴偏移量,默认为0,取值范围[0,3000]- Returns:
- X 当前画面左上角顶点相对于Canvas左上角顶点的x轴偏移量,默认为0,取值范围[0,3000]
-
setX
public void setX(Long X)
Set 当前画面左上角顶点相对于Canvas左上角顶点的x轴偏移量,默认为0,取值范围[0,3000]- Parameters:
X- 当前画面左上角顶点相对于Canvas左上角顶点的x轴偏移量,默认为0,取值范围[0,3000]
-
getY
public Long getY()
Get 当前画面左上角顶点相对于Canvas左上角顶点的y轴偏移量,默认为0, 取值范围[0,3000]- Returns:
- Y 当前画面左上角顶点相对于Canvas左上角顶点的y轴偏移量,默认为0, 取值范围[0,3000]
-
setY
public void setY(Long Y)
Set 当前画面左上角顶点相对于Canvas左上角顶点的y轴偏移量,默认为0, 取值范围[0,3000]- Parameters:
Y- 当前画面左上角顶点相对于Canvas左上角顶点的y轴偏移量,默认为0, 取值范围[0,3000]
-
getZOrder
public Long getZOrder()
Get 画面z轴位置,默认为0 z轴确定了重叠画面的遮盖顺序,z轴值大的画面处于顶层- Returns:
- ZOrder 画面z轴位置,默认为0 z轴确定了重叠画面的遮盖顺序,z轴值大的画面处于顶层
-
setZOrder
public void setZOrder(Long ZOrder)
Set 画面z轴位置,默认为0 z轴确定了重叠画面的遮盖顺序,z轴值大的画面处于顶层- Parameters:
ZOrder- 画面z轴位置,默认为0 z轴确定了重叠画面的遮盖顺序,z轴值大的画面处于顶层
-
-