public class CustomLayout extends AbstractModel
Constructor and Description |
---|
CustomLayout() |
CustomLayout(CustomLayout 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 |
---|---|
Canvas |
getCanvas()
Get 混流画布参数
|
StreamLayout[] |
getInputStreamList()
Get 流布局参数,每路流的布局不能超出画布区域
|
void |
setCanvas(Canvas Canvas)
Set 混流画布参数
|
void |
setInputStreamList(StreamLayout[] InputStreamList)
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 CustomLayout()
public CustomLayout(CustomLayout source)
public Canvas getCanvas()
public void setCanvas(Canvas Canvas)
Canvas
- 混流画布参数public StreamLayout[] getInputStreamList()
public void setInputStreamList(StreamLayout[] InputStreamList)
InputStreamList
- 流布局参数,每路流的布局不能超出画布区域Copyright © 2021. All rights reserved.