public class MaskLayerOptions
extends java.lang.Object
Constructor and Description |
---|
MaskLayerOptions() |
Modifier and Type | Method and Description |
---|---|
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()