com.aspose.slides.pptx.effects
Class InnerShadow

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

public class InnerShadow
extends java.lang.Object

Inner Shadow effect.

A shadow is applied within the edges of the object according to the parameters given by the attributes.


Constructor Summary
InnerShadow()
           
 
Method Summary
 double getBlurRadius()
          Returns the blur radius.
 float getDirection()
          Returns the direction of a shadow.
 double getDistance()
          Returns the distance of a shadow.
 ColorFormatEx getShadowColor()
          Returns the color of a shadow.
 void setBlurRadius(double value)
          Sets the blur radius.
 void setDirection(float value)
          Sets the direction of a shadow.
 void setDistance(double value)
          Sets the distance of a shadow.
 void setShadowColor(ColorFormatEx value)
          Sets the color of a shadow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InnerShadow

public InnerShadow()
Method Detail

getBlurRadius

public double getBlurRadius()
Returns the blur radius.


setBlurRadius

public void setBlurRadius(double value)
Sets the blur radius.

Parameters:
value - new blur radius.

getDirection

public float getDirection()
Returns the direction of a shadow.


setDirection

public void setDirection(float value)
Sets the direction of a shadow.

Parameters:
value - new direction of a shadow.

getDistance

public double getDistance()
Returns the distance of a shadow.


setDistance

public void setDistance(double value)
Sets the distance of a shadow.

Parameters:
value - new distance of a shadow.

getShadowColor

public ColorFormatEx getShadowColor()
Returns the color of a shadow.


setShadowColor

public void setShadowColor(ColorFormatEx value)
Sets the color of a shadow.

Parameters:
value - new color of a shadow.