|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectEffectiveData
com.aspose.slides.ReflectionEffectiveData
public class ReflectionEffectiveData
Immutable object which 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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getStartPosAlpha()
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
Read-only float
.
getStartPosAlpha
in interface IReflectionEffectiveData
public float getEndPosAlpha()
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
Read-only float
.
getEndPosAlpha
in interface IReflectionEffectiveData
public float getFadeDirection()
Specifies the direction to offset the reflection. (angle).
Read-only float
.
getFadeDirection
in interface IReflectionEffectiveData
public float getStartReflectionOpacity()
Starting reflection opacity. (percents).
Read-only float
.
getStartReflectionOpacity
in interface IReflectionEffectiveData
public float getEndReflectionOpacity()
End reflection opacity. (percents).
Read-only float
.
getEndReflectionOpacity
in interface IReflectionEffectiveData
public double getBlurRadius()
Blur radius.
Read-only double
.
getBlurRadius
in interface IReflectionEffectiveData
public float getDirection()
Direction of reflection.
Read-only float
.
getDirection
in interface IReflectionEffectiveData
public double getDistance()
Distance of reflection.
Read-only double
.
getDistance
in interface IReflectionEffectiveData
public byte getRectangleAlign()
Rectangle alignment.
Read-only RectangleAlignment
.
getRectangleAlign
in interface IReflectionEffectiveData
public double getSkewHorizontal()
Specifies the horizontal skew angle.
Read-only double
.
getSkewHorizontal
in interface IReflectionEffectiveData
public double getSkewVertical()
Specifies the vertical skew angle.
Read-only double
.
getSkewVertical
in interface IReflectionEffectiveData
public boolean getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated.
Read-only boolean
.
getRotateShadowWithShape
in interface IReflectionEffectiveData
public double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
Read-only double
.
getScaleHorizontal
in interface IReflectionEffectiveData
public double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
Read-only double
.
getScaleVertical
in interface IReflectionEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |