com.aspose.slides
Interface IReflection

All Known Implementing Classes:
Reflection

public interface IReflection

Represents a reflection effect.


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.
 byte getRectangleAlign()
           Rectangle alignment.
 boolean getRotateShadowWithShape()
           Specifies whether the reflection should rotate with the shape if the shape is rotated.
 double getScaleHorizontal()
           Specifies the horizontal scaling factor, negative scaling causes a flip.
 double getScaleVertical()
           Specifies the vertical scaling factor, negative scaling causes a flip.
 double getSkewHorizontal()
           Specifies the horizontal skew angle.
 double getSkewVertical()
           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(byte value)
           Rectangle alignment.
 void setRotateShadowWithShape(boolean value)
           Specifies whether the reflection should rotate with the shape if the shape is rotated.
 void setScaleHorizontal(double value)
           Specifies the horizontal scaling factor, negative scaling causes a flip.
 void setScaleVertical(double value)
           Specifies the vertical scaling factor, negative scaling causes a flip.
 void setSkewHorizontal(double value)
           Specifies the horizontal skew angle.
 void setSkewVertical(double 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.
 

Method Detail

getStartPosAlpha

float getStartPosAlpha()

Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). Read/write float.


setStartPosAlpha

void setStartPosAlpha(float value)

Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). Read/write float.


getEndPosAlpha

float getEndPosAlpha()

Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). Read/write float.


setEndPosAlpha

void setEndPosAlpha(float value)

Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). Read/write float.


getFadeDirection

float getFadeDirection()

Specifies the direction to offset the reflection. (angle). Read/write float.


setFadeDirection

void setFadeDirection(float value)

Specifies the direction to offset the reflection. (angle). Read/write float.


getStartReflectionOpacity

float getStartReflectionOpacity()

Starting reflection opacity. (percents). Read/write float.


setStartReflectionOpacity

void setStartReflectionOpacity(float value)

Starting reflection opacity. (percents). Read/write float.


getEndReflectionOpacity

float getEndReflectionOpacity()

End reflection opacity. (percents). Read/write float.


setEndReflectionOpacity

void setEndReflectionOpacity(float value)

End reflection opacity. (percents). Read/write float.


getBlurRadius

double getBlurRadius()

Blur radius. Read/write double.


setBlurRadius

void setBlurRadius(double value)

Blur radius. Read/write double.


getDirection

float getDirection()

Direction of reflection. Read/write float.


setDirection

void setDirection(float value)

Direction of reflection. Read/write float.


getDistance

double getDistance()

Distance of reflection. Read/write double.


setDistance

void setDistance(double value)

Distance of reflection. Read/write double.


getRectangleAlign

byte getRectangleAlign()

Rectangle alignment. Read/write RectangleAlignment.


setRectangleAlign

void setRectangleAlign(byte value)

Rectangle alignment. Read/write RectangleAlignment.


getSkewHorizontal

double getSkewHorizontal()

Specifies the horizontal skew angle. Read/write double.


setSkewHorizontal

void setSkewHorizontal(double value)

Specifies the horizontal skew angle. Read/write double.


getSkewVertical

double getSkewVertical()

Specifies the vertical skew angle. Read/write double.


setSkewVertical

void setSkewVertical(double value)

Specifies the vertical skew angle. Read/write double.


getRotateShadowWithShape

boolean getRotateShadowWithShape()

Specifies whether the reflection should rotate with the shape if the shape is rotated. Read/write boolean.


setRotateShadowWithShape

void setRotateShadowWithShape(boolean value)

Specifies whether the reflection should rotate with the shape if the shape is rotated. Read/write boolean.


getScaleHorizontal

double getScaleHorizontal()

Specifies the horizontal scaling factor, negative scaling causes a flip. (percents) Read/write double.


setScaleHorizontal

void setScaleHorizontal(double value)

Specifies the horizontal scaling factor, negative scaling causes a flip. (percents) Read/write double.


getScaleVertical

double getScaleVertical()

Specifies the vertical scaling factor, negative scaling causes a flip. (percents) Read/write double.


setScaleVertical

void setScaleVertical(double value)

Specifies the vertical scaling factor, negative scaling causes a flip. (percents) Read/write double.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.