|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.EffectDataEx
com.aspose.slides.ReflectionDataEx
public class ReflectionDataEx
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. |
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. |
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).
public float getEndPosAlpha()
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
public float getFadeDirection()
Specifies the direction to offset the reflection. (angle).
public float getStartReflectionOpacity()
Starting reflection opacity. (percents).
public float getEndReflectionOpacity()
End reflection opacity. (percents).
public double getBlurRadius()
Blur radius.
public float getDirection()
Direction of reflection.
public double getDistance()
Distance of reflection.
public byte getRectangleAlign()
Rectangle alignment.
public float getSkewH()
Specifies the horizontal skew angle.
public float getSkewV()
Specifies the vertical skew angle.
public boolean getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated.
public float getScaleH()
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
public float getScaleV()
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |