com.aspose.slides
Class PresetShadowEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectEffectiveData
      extended by com.aspose.slides.PresetShadowEffectiveData
All Implemented Interfaces:
IEffectEffectiveData, IPresetShadowEffectiveData

public class PresetShadowEffectiveData
extends EffectEffectiveData
implements IPresetShadowEffectiveData

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()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirection

public float getDirection()

Direction of shadow.

Specified by:
getDirection in interface IPresetShadowEffectiveData

getDistance

public double getDistance()

Distance of shadow.

Specified by:
getDistance in interface IPresetShadowEffectiveData

getShadowColor

public java.awt.Color getShadowColor()
Specified by:
getShadowColor in interface IPresetShadowEffectiveData

getPreset

public int getPreset()

Preset.

Specified by:
getPreset in interface IPresetShadowEffectiveData