|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPresetShadow
Represents a preset shadow effect.
Method Summary | |
---|---|
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
int |
getPreset()
Preset. |
IColorFormat |
getShadowColor()
Color of shadow. |
void |
setDirection(float value)
Direction of shadow. |
void |
setDistance(double value)
Distance of shadow. |
void |
setPreset(int value)
Preset. |
Method Detail |
---|
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
.
int getPreset()
Preset.
Read/write PresetShadowType
.
void setPreset(int value)
Preset.
Read/write PresetShadowType
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |