Uses of Class
com.tencentcloudapi.tiw.v20190919.models.LayoutParams
-
Packages that use LayoutParams Package Description com.tencentcloudapi.tiw.v20190919.models -
-
Uses of LayoutParams in com.tencentcloudapi.tiw.v20190919.models
Methods in com.tencentcloudapi.tiw.v20190919.models that return LayoutParams Modifier and Type Method Description LayoutParamsCanvas. getLayoutParams()Get 混流画布宽高配置LayoutParamsStreamLayout. getLayoutParams()Get 流布局配置参数Methods in com.tencentcloudapi.tiw.v20190919.models with parameters of type LayoutParams Modifier and Type Method Description voidCanvas. setLayoutParams(LayoutParams LayoutParams)Set 混流画布宽高配置voidStreamLayout. setLayoutParams(LayoutParams LayoutParams)Set 流布局配置参数Constructors in com.tencentcloudapi.tiw.v20190919.models with parameters of type LayoutParams Constructor Description 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.
-