com.aspose.slides
Class InnerShadowDataEx

java.lang.Object
  extended by com.aspose.slides.EffectDataEx
      extended by com.aspose.slides.InnerShadowDataEx

public class InnerShadowDataEx
extends EffectDataEx

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.


getDirection

public float getDirection()

Direction of shadow.


getDistance

public double getDistance()

Distance of shadow.


getShadowColor

public java.awt.Color getShadowColor()