public class PresetShadowEffectiveData extends EffectEffectiveData implements 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.lang.Integer |
getShadowColor()
Color of shadow.
|
public final float getDirection()
Direction of shadow.
Read-only float
.
getDirection
in interface IPresetShadowEffectiveData
public final double getDistance()
Distance of shadow.
Read-only double
.
getDistance
in interface IPresetShadowEffectiveData
public final java.lang.Integer getShadowColor()
Color of shadow.
Read-only Integer
.
getShadowColor
in interface IPresetShadowEffectiveData
public final int getPreset()
Preset.
Read-only PresetShadowType
.
getPreset
in interface IPresetShadowEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.