|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectEffectiveData
com.aspose.slides.PresetShadowEffectiveData
public class PresetShadowEffectiveData
Immutable object which represents a preset shadow effect.
Method Summary | |
---|---|
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
int |
getPreset()
Preset. |
java.awt.Color |
getShadowColor()
Color of shadow. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getDirection()
Direction of shadow.
Read-only float
.
getDirection
in interface IPresetShadowEffectiveData
public double getDistance()
Distance of shadow.
Read-only double
.
getDistance
in interface IPresetShadowEffectiveData
public java.awt.Color getShadowColor()
IPresetShadowEffectiveData
Color of shadow.
Read-only java.awt.Color
.
getShadowColor
in interface IPresetShadowEffectiveData
public int getPreset()
Preset.
Read-only PresetShadowType
.
getPreset
in interface IPresetShadowEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |