|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PresetShadow
public class PresetShadow
Represents a preset shadow effect.
Constructor Summary | |
---|---|
PresetShadow()
Creates a new instance of the PresetShadow class. |
Method Summary | |
---|---|
float |
getDirection()
Direction of shadow. |
double |
getDistance()
Distance of shadow. |
int |
getPreset()
Preset. |
EffectEffectiveData |
getReadonly(BaseSlide slide,
FloatColor styleColor)
|
IColorFormat |
getShadowColor()
Color of shadow. |
void |
setDirection(float value)
|
void |
setDistance(double value)
|
void |
setPreset(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PresetShadow()
Creates a new instance of the PresetShadow class.
Method Detail |
---|
public float getDirection()
Direction of shadow.
getDirection
in interface IPresetShadow
public void setDirection(float value)
setDirection
in interface IPresetShadow
public double getDistance()
Distance of shadow.
getDistance
in interface IPresetShadow
public void setDistance(double value)
setDistance
in interface IPresetShadow
public IColorFormat getShadowColor()
Color of shadow.
getShadowColor
in interface IPresetShadow
public int getPreset()
Preset.
getPreset
in interface IPresetShadow
public void setPreset(int value)
setPreset
in interface IPresetShadow
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |