public class ShadowProperty
extends java.lang.Object
implements java.io.Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ALL |
static int |
BOTTOM |
static int |
LEFT |
static int |
RIGHT |
static int |
TOP |
| 构造器和说明 |
|---|
ShadowProperty() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getShadowColor() |
int |
getShadowDx() |
int |
getShadowDy() |
int |
getShadowOffset() |
int |
getShadowOffsetHalf() |
int |
getShadowRadius() |
int |
getShadowSide() |
ShadowProperty |
setShadowColor(int shadowColor) |
ShadowProperty |
setShadowDx(int shadowDx) |
ShadowProperty |
setShadowDy(int shadowDy) |
ShadowProperty |
setShadowRadius(int shadowRadius) |
ShadowProperty |
setShadowSide(int shadowSide) |
public static final int ALL
public static final int LEFT
public static final int TOP
public static final int RIGHT
public static final int BOTTOM
public int getShadowSide()
public ShadowProperty setShadowSide(int shadowSide)
public int getShadowOffset()
public int getShadowOffsetHalf()
public int getShadowColor()
public ShadowProperty setShadowColor(int shadowColor)
public int getShadowRadius()
public ShadowProperty setShadowRadius(int shadowRadius)
public int getShadowDx()
public ShadowProperty setShadowDx(int shadowDx)
public int getShadowDy()
public ShadowProperty setShadowDy(int shadowDy)