| java.lang.Object | |
| ↳ | com.tencent.tencentmap.mapsdk.maps.model.MaskLayerOptions |
This class is deprecated.
从4.3.5版本起,标记废弃
蒙层属性
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MaskLayerOptions() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| MaskLayerOptions |
animationDuration(long duration)
设置蒙层动画的执行时间
| ||||||||||
| MaskLayerOptions |
color(int color)
设置颜色
| ||||||||||
| long |
getAnimationDuration()
获取蒙层动画的执行时间
| ||||||||||
| int |
getColor()
获取颜色
| ||||||||||
| int |
getZIndex()
获取z轴位置
| ||||||||||
| MaskLayerOptions |
zIndex(int zIndex)
设置z轴位置
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
设置蒙层动画的执行时间
| duration | 蒙层动画的执行时间(单位:毫秒) |
|---|
获取蒙层动画的执行时间
获取颜色
获取z轴位置