com.aspose.slides.pptx
Class Reflection

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

public class Reflection
extends java.lang.Object

This element specifies a reflection effect.


Constructor Summary
Reflection()
           
 
Method Summary
 double getBlurRadius()
          Blur radius.
 float getDirection()
          Direction of reflection.
 double getDistance()
          Distance of reflection.
 float getEndPosAlpha()
          Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
 float getEndReflectionOpacity()
          End reflection opacity.
 float getFadeDirection()
          Specifies the direction to offset the reflection.
 RectangleAlignmentEx getRectangleAlign()
          Rectangle alignment.
 boolean getRotateShadowWithShape()
          Specifies whether the reflection should rotate with the shape if the shape is rotated.
 float getScaleH()
          Specifies the horizontal scaling factor, negative scaling causes a flip.
 float getScaleV()
          Specifies the vertical scaling factor, negative scaling causes a flip.
 float getSkewH()
          Specifies the horizontal skew angle.
 float getSkewV()
          Specifies the vertical skew angle.
 float getStartPosAlpha()
          Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
 float getStartReflectionOpacity()
          Starting reflection opacity.
 void setBlurRadius(double value)
          Blur radius.
 void setDirection(float value)
          Direction of reflection.
 void setDistance(double value)
          Distance of reflection.
 void setEndPosAlpha(float value)
          Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
 void setEndReflectionOpacity(float value)
          End reflection opacity.
 void setFadeDirection(float value)
          Specifies the direction to offset the reflection.
 void setRectangleAlign(RectangleAlignmentEx value)
          Rectangle alignment.
 void setRotateShadowWithShape(boolean value)
          Specifies whether the reflection should rotate with the shape if the shape is rotated.
 void setScaleH(float value)
          Specifies the horizontal scaling factor, negative scaling causes a flip.
 void setScaleV(float value)
          Specifies the vertical scaling factor, negative scaling causes a flip.
 void setSkewH(float value)
          Specifies the horizontal skew angle.
 void setSkewV(float value)
          Specifies the vertical skew angle.
 void setStartPosAlpha(float value)
          Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
 void setStartReflectionOpacity(float value)
          Starting reflection opacity.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflection

public Reflection()
Method Detail

getStartPosAlpha

public float getStartPosAlpha()
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).


setStartPosAlpha

public void setStartPosAlpha(float value)
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).

Parameters:
value -

getEndPosAlpha

public float getEndPosAlpha()
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).


setEndPosAlpha

public void setEndPosAlpha(float value)
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).

Parameters:
value -

getFadeDirection

public float getFadeDirection()
Specifies the direction to offset the reflection. (angle).


setFadeDirection

public void setFadeDirection(float value)
Specifies the direction to offset the reflection. (angle).

Parameters:
value -

getStartReflectionOpacity

public float getStartReflectionOpacity()
Starting reflection opacity. (percents).


setStartReflectionOpacity

public void setStartReflectionOpacity(float value)
Starting reflection opacity. (percents).

Parameters:
value -

getEndReflectionOpacity

public float getEndReflectionOpacity()
End reflection opacity. (percents).


setEndReflectionOpacity

public void setEndReflectionOpacity(float value)
End reflection opacity. (percents).

Parameters:
value -

getBlurRadius

public double getBlurRadius()
Blur radius.


setBlurRadius

public void setBlurRadius(double value)
Blur radius.

Parameters:
value -

getDirection

public float getDirection()
Direction of reflection.


setDirection

public void setDirection(float value)
Direction of reflection.

Parameters:
value -

getDistance

public double getDistance()
Distance of reflection.


setDistance

public void setDistance(double value)
Distance of reflection.

Parameters:
value -

getRectangleAlign

public RectangleAlignmentEx getRectangleAlign()
Rectangle alignment.


setRectangleAlign

public void setRectangleAlign(RectangleAlignmentEx value)
Rectangle alignment.

Parameters:
value -

getSkewH

public float getSkewH()
Specifies the horizontal skew angle.


setSkewH

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

Parameters:
value -

getSkewV

public float getSkewV()
Specifies the vertical skew angle.


setSkewV

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

Parameters:
value -

getRotateShadowWithShape

public boolean getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated.


setRotateShadowWithShape

public void setRotateShadowWithShape(boolean value)
Specifies whether the reflection should rotate with the shape if the shape is rotated.

Parameters:
value -

getScaleH

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


setScaleH

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

Parameters:
value -

getScaleV

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


setScaleV

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

Parameters:
value -