public interface IPresetShadowEffectiveData
Immutable object which represents a preset shadow effect.
Modifier and Type | Method and Description |
---|---|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
int |
getPreset()
Preset.
|
java.awt.Color |
getShadowColor()
Color of shadow.
|
float getDirection()
Direction of shadow.
Read-only float
.
double getDistance()
Distance of shadow.
Read-only double
.
java.awt.Color getShadowColor()
Color of shadow.
Read-only Color
.
int getPreset()
Preset.
Read-only PresetShadowType
.