com.aspose.slides
Class PresetShadow

java.lang.Object
  extended by com.aspose.slides.PresetShadow
All Implemented Interfaces:
IPresetShadow

public class PresetShadow
extends java.lang.Object
implements IPresetShadow

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

PresetShadow

public PresetShadow()

Creates a new instance of the PresetShadow class.

Method Detail

getDirection

public float getDirection()

Direction of shadow.

Specified by:
getDirection in interface IPresetShadow

setDirection

public void setDirection(float value)
Specified by:
setDirection in interface IPresetShadow

getDistance

public double getDistance()

Distance of shadow.

Specified by:
getDistance in interface IPresetShadow

setDistance

public void setDistance(double value)
Specified by:
setDistance in interface IPresetShadow

getShadowColor

public IColorFormat getShadowColor()

Color of shadow.

Specified by:
getShadowColor in interface IPresetShadow

getPreset

public int getPreset()

Preset.

Specified by:
getPreset in interface IPresetShadow

setPreset

public void setPreset(int value)
Specified by:
setPreset in interface IPresetShadow

getReadonly

public EffectEffectiveData getReadonly(BaseSlide slide,
                                       FloatColor styleColor)