com.aspose.slides
Class InnerShadowEffectiveData

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

public class InnerShadowEffectiveData
extends EffectEffectiveData
implements IInnerShadowEffectiveData

Immutable object which represents a inner shadow effect.


Method Summary
 double getBlurRadius()
           Blur radius.
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 java.awt.Color getShadowColor()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBlurRadius

public double getBlurRadius()

Blur radius.

Specified by:
getBlurRadius in interface IInnerShadowEffectiveData

getDirection

public float getDirection()

Direction of shadow.

Specified by:
getDirection in interface IInnerShadowEffectiveData

getDistance

public double getDistance()

Distance of shadow.

Specified by:
getDistance in interface IInnerShadowEffectiveData

getShadowColor

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