public class MaskLayerOptions
extends java.lang.Object
| 构造器和说明 |
|---|
MaskLayerOptions()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
MaskLayerOptions |
animationDuration(long duration)
已过时。
设置蒙层动画的执行时间
|
MaskLayerOptions |
color(int color)
已过时。
设置颜色
|
long |
getAnimationDuration()
已过时。
获取蒙层动画的执行时间
|
int |
getColor()
已过时。
获取颜色
|
int |
getZIndex()
已过时。
获取z轴位置
|
MaskLayerOptions |
zIndex(int zIndex)
已过时。
设置z轴位置
|
public MaskLayerOptions color(int color)
color - 颜色(32bit ARGB)public int getColor()
public MaskLayerOptions animationDuration(long duration)
duration - 蒙层动画的执行时间(单位:毫秒)public long getAnimationDuration()
public MaskLayerOptions zIndex(int zIndex)
zIndex - z轴位置public int getZIndex()