com.aspose.slides.pptx
Class OuterShadow

java.lang.Object
  extended by com.aspose.slides.pptx.OuterShadow

public class OuterShadow
extends java.lang.Object

Specifies an outer shadow effect.


Constructor Summary
OuterShadow()
           
 
Method Summary
 double getBlurRadius()
          Returns the blur radius.
 float getDirection()
          Returns the direction of a shadow.
 double getDistance()
          Returns the distance of a shadow.
 RectangleAlignmentEx getRectangleAlign()
          Returns the rectangle alignment.
 boolean getRotateShadowWithShape()
          Determines whether the shadow should be rotated with a shape.
 float getScaleH()
          Returns the horizontal scaling factor, negative scaling causes a flip.
 float getScaleV()
          Returns the vertical scaling factor, negative scaling causes a flip.
 ColorFormatEx getShadowColor()
          Returns the color of a shadow.
 float getSkewH()
          Returns the horizontal skew angle.
 float getSkewV()
          Returns the vertical skew angle.
 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 setRectangleAlign(RectangleAlignmentEx value)
          Sets the rectangle alignment.
 void setRotateShadowWithShape(boolean value)
          Sets whether the shadow should be rotated with a shape.
 void setScaleH(float value)
          Sets the horizontal scaling factor, negative scaling causes a flip.
 void setScaleV(float value)
          Sets the vertical scaling factor, negative scaling causes a flip.
 void setShadowColor(ColorFormatEx value)
          Sets the color of a shadow.
 void setSkewH(float value)
          Sets the horizontal skew angle.
 void setSkewV(float value)
          Sets the vertical skew angle.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OuterShadow

public OuterShadow()
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.

getRectangleAlign

public RectangleAlignmentEx getRectangleAlign()
Returns the rectangle alignment.


setRectangleAlign

public void setRectangleAlign(RectangleAlignmentEx value)
Sets the rectangle alignment.

Parameters:
value - new rectangle alignment.

getSkewH

public float getSkewH()
Returns the horizontal skew angle.


setSkewH

public void setSkewH(float value)
Sets the horizontal skew angle.

Parameters:
value - new horizontal skew angle.

getSkewV

public float getSkewV()
Returns the vertical skew angle.


setSkewV

public void setSkewV(float value)
Sets the vertical skew angle.

Parameters:
value - new vertical skew angle.

getRotateShadowWithShape

public boolean getRotateShadowWithShape()
Determines whether the shadow should be rotated with a shape.


setRotateShadowWithShape

public void setRotateShadowWithShape(boolean value)
Sets whether the shadow should be rotated with a shape.

Parameters:
value - true to rotate shadow with a shape.

getScaleH

public float getScaleH()
Returns the horizontal scaling factor, negative scaling causes a flip.


setScaleH

public void setScaleH(float value)
Sets the horizontal scaling factor, negative scaling causes a flip.

Parameters:
value - new scaling factor.

getScaleV

public float getScaleV()
Returns the vertical scaling factor, negative scaling causes a flip.


setScaleV

public void setScaleV(float value)
Sets the vertical scaling factor, negative scaling causes a flip.

Parameters:
value - new scaling factor.