com.aspose.slides
Class InnerShadow

java.lang.Object
  extended by com.aspose.slides.InnerShadow

public class InnerShadow
extends java.lang.Object

Represents a inner shadow effect.


Constructor Summary
InnerShadow()
           Creates new instance of InnerShadow class.
 
Method Summary
 double getBlurRadius()
           Blur radius.
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
           
 ColorFormatEx getShadowColor()
           Color of shadow.
 void setBlurRadius(double value)
           
 void setDirection(float value)
           
 void setDistance(double value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InnerShadow

public InnerShadow()

Creates new instance of InnerShadow class.

Method Detail

getBlurRadius

public double getBlurRadius()

Blur radius.


setBlurRadius

public void setBlurRadius(double value)

getDirection

public float getDirection()

Direction of shadow.


setDirection

public void setDirection(float value)

getDistance

public double getDistance()

Distance of shadow.


setDistance

public void setDistance(double value)

getShadowColor

public ColorFormatEx getShadowColor()

Color of shadow.


getReadonly

public EffectDataEx getReadonly(BaseSlideEx slide,
                                com.aspose.slides.ColorFormatEx.FloatColor styleColor)