public class McuBackgroundCustomRender extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| McuBackgroundCustomRender() | 
| McuBackgroundCustomRender(McuBackgroundCustomRender 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 自定义渲染画面的高度,单位为像素值,需大于0,且不能超过子布局的高。 | 
| Long | getRadius()Get 自定义渲染画面的圆角半径,单位为像素值,不能超过渲染画面Width和Height最小值的一半,不指定默认为0,表示直角。 | 
| Long | getWidth()Get 自定义渲染画面的宽度,单位为像素值,需大于0,且不能超过子布局的宽。 | 
| void | setHeight(Long Height)Set 自定义渲染画面的高度,单位为像素值,需大于0,且不能超过子布局的高。 | 
| void | setRadius(Long Radius)Set 自定义渲染画面的圆角半径,单位为像素值,不能超过渲染画面Width和Height最小值的一半,不指定默认为0,表示直角。 | 
| void | setWidth(Long Width)Set 自定义渲染画面的宽度,单位为像素值,需大于0,且不能超过子布局的宽。 | 
| 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 McuBackgroundCustomRender()
public McuBackgroundCustomRender(McuBackgroundCustomRender source)
public Long getWidth()
public void setWidth(Long Width)
Width - 自定义渲染画面的宽度,单位为像素值,需大于0,且不能超过子布局的宽。public Long getHeight()
public void setHeight(Long Height)
Height - 自定义渲染画面的高度,单位为像素值,需大于0,且不能超过子布局的高。public Long getRadius()
public void setRadius(Long Radius)
Radius - 自定义渲染画面的圆角半径,单位为像素值,不能超过渲染画面Width和Height最小值的一半,不指定默认为0,表示直角。Copyright © 2025. All rights reserved.