com.aspose.slides
Class OuterShadowDataEx

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

public class OuterShadowDataEx
extends EffectDataEx

Immutable object which represents a outer shadow effect.


Method Summary
 double getBlurRadius()
           Blur radius.
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 byte getRectangleAlign()
           Rectangle alignment.
 boolean getRotateShadowWithShape()
           Specifies whether the shadow should rotate with the shape if the shape is rotated.
 float getScaleHorizontal()
           Specifies the horizontal scaling factor, negative scaling causes a flip.
 float getScaleVertical()
           Specifies the vertical scaling factor, negative scaling causes a flip.
 java.awt.Color getShadowColor()
           
 float getSkewHorizontal()
           Specifies the horizontal skew angle.
 float getSkewVertical()
           Specifies the vertical skew angle.
 
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()

getRectangleAlign

public byte getRectangleAlign()

Rectangle alignment.


getSkewHorizontal

public float getSkewHorizontal()

Specifies the horizontal skew angle.


getSkewVertical

public float getSkewVertical()

Specifies the vertical skew angle.


getRotateShadowWithShape

public boolean getRotateShadowWithShape()

Specifies whether the shadow should rotate with the shape if the shape is rotated.


getScaleHorizontal

public float getScaleHorizontal()

Specifies the horizontal scaling factor, negative scaling causes a flip.


getScaleVertical

public float getScaleVertical()

Specifies the vertical scaling factor, negative scaling causes a flip.