com.aspose.slides
Class OuterShadow

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

public class OuterShadow
extends java.lang.Object

Represents a outer shadow effect.


Constructor Summary
OuterShadow()
           Default constructor.
 
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)
           
 byte getRectangleAlign()
           Rectangle alignment.
 boolean getRotateShadowWithShape()
           Specifies whether the shadow should rotate with the shape if the shape is rotated.
 float getScaleH()
          Deprecated. 
 float getScaleHorizontal()
           Specifies the horizontal scaling factor, negative scaling causes a flip.
 float getScaleV()
          Deprecated. 
 float getScaleVertical()
           Specifies the vertical scaling factor, negative scaling causes a flip.
 ColorFormatEx getShadowColor()
           Color of shadow.
 float getSkewH()
          Deprecated. 
 float getSkewHorizontal()
           Specifies the horizontal skew angle.
 float getSkewV()
          Deprecated. 
 float getSkewVertical()
           Specifies the vertical skew angle.
 void setBlurRadius(double value)
           
 void setDirection(float value)
           
 void setDistance(double value)
           
 void setRectangleAlign(byte value)
           
 void setRotateShadowWithShape(boolean value)
           
 void setScaleH(float value)
          Deprecated. 
 void setScaleHorizontal(float value)
           
 void setScaleV(float value)
          Deprecated. 
 void setScaleVertical(float value)
           
 void setSkewH(float value)
          Deprecated. 
 void setSkewHorizontal(float value)
           
 void setSkewV(float value)
          Deprecated. 
 void setSkewVertical(float value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OuterShadow

public OuterShadow()

Default constructor.

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.


getRectangleAlign

public byte getRectangleAlign()

Rectangle alignment.


setRectangleAlign

public void setRectangleAlign(byte value)

getSkewHorizontal

public float getSkewHorizontal()

Specifies the horizontal skew angle.


setSkewHorizontal

public void setSkewHorizontal(float value)

getSkewH

@Deprecated
public float getSkewH()
Deprecated. 

Specifies the horizontal skew angle.


setSkewH

@Deprecated
public void setSkewH(float value)
Deprecated. 


getSkewVertical

public float getSkewVertical()

Specifies the vertical skew angle.


setSkewVertical

public void setSkewVertical(float value)

getSkewV

@Deprecated
public float getSkewV()
Deprecated. 

Specifies the vertical skew angle.


setSkewV

@Deprecated
public void setSkewV(float value)
Deprecated. 


getRotateShadowWithShape

public boolean getRotateShadowWithShape()

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


setRotateShadowWithShape

public void setRotateShadowWithShape(boolean value)

getScaleHorizontal

public float getScaleHorizontal()

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


setScaleHorizontal

public void setScaleHorizontal(float value)

getScaleH

@Deprecated
public float getScaleH()
Deprecated. 

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


setScaleH

@Deprecated
public void setScaleH(float value)
Deprecated. 


getScaleVertical

public float getScaleVertical()

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


setScaleVertical

public void setScaleVertical(float value)

getScaleV

@Deprecated
public float getScaleV()
Deprecated. 

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


setScaleV

@Deprecated
public void setScaleV(float value)
Deprecated. 


getReadonly

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