|
||||||||
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. |
int |
getRectangleAlign()
Rectangle alignment. |
boolean |
getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated. |
double |
getScaleH()
Deprecated. |
double |
getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. |
double |
getScaleV()
Deprecated. |
double |
getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. |
double |
getSkewH()
Deprecated. |
double |
getSkewHorizontal()
Specifies the horizontal skew angle. |
double |
getSkewV()
Deprecated. |
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).
getStartPosAlpha
in interface IReflectionEffectiveData
public float getEndPosAlpha()
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
getEndPosAlpha
in interface IReflectionEffectiveData
public float getFadeDirection()
Specifies the direction to offset the reflection. (angle).
getFadeDirection
in interface IReflectionEffectiveData
public float getStartReflectionOpacity()
Starting reflection opacity. (percents).
getStartReflectionOpacity
in interface IReflectionEffectiveData
public float getEndReflectionOpacity()
End reflection opacity. (percents).
getEndReflectionOpacity
in interface IReflectionEffectiveData
public double getBlurRadius()
Blur radius.
getBlurRadius
in interface IReflectionEffectiveData
public float getDirection()
Direction of reflection.
getDirection
in interface IReflectionEffectiveData
public double getDistance()
Distance of reflection.
getDistance
in interface IReflectionEffectiveData
public int getRectangleAlign()
Rectangle alignment.
getRectangleAlign
in interface IReflectionEffectiveData
@Deprecated public double getSkewH()
Specifies the horizontal skew angle.
public double getSkewHorizontal()
Specifies the horizontal skew angle.
getSkewHorizontal
in interface IReflectionEffectiveData
@Deprecated public double getSkewV()
Specifies the vertical skew angle.
public double getSkewVertical()
Specifies the vertical skew angle.
getSkewVertical
in interface IReflectionEffectiveData
public boolean getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated.
getRotateShadowWithShape
in interface IReflectionEffectiveData
@Deprecated public double getScaleH()
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
public double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
getScaleHorizontal
in interface IReflectionEffectiveData
@Deprecated public double getScaleV()
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
public double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
getScaleVertical
in interface IReflectionEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |