|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IInnerShadow
Represents a inner shadow effect.
Method Summary | |
---|---|
double |
getBlurRadius()
Blur radius. |
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
IColorFormat |
getShadowColor()
Color of shadow. |
void |
setBlurRadius(double value)
Blur radius. |
void |
setDirection(float value)
Direction of shadow. |
void |
setDistance(double value)
Distance of shadow. |
Method Detail |
---|
double getBlurRadius()
Blur radius.
Read/write double
.
void setBlurRadius(double value)
Blur radius.
Read/write double
.
float getDirection()
Direction of shadow.
Read/write float
.
void setDirection(float value)
Direction of shadow.
Read/write float
.
double getDistance()
Distance of shadow.
Read/write double
.
void setDistance(double value)
Distance of shadow.
Read/write double
.
IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |