public final class Reflection extends java.lang.Object implements IReflection, java.lang.Cloneable
Represents a Reflection effect.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
Reflection is equal to the current Reflection. |
double |
getBlurRadius()
Blur radius.
|
float |
getDirection()
Direction of reflection.
|
double |
getDistance()
Distance of reflection.
|
IReflectionEffectiveData |
getEffective()
Gets effective Reflection effect data with the inheritance applied.
|
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.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
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.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
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.
|
public final float getStartPosAlpha()
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
Read/write float.
getStartPosAlpha in interface IReflectionpublic final void setStartPosAlpha(float value)
Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents).
Read/write float.
setStartPosAlpha in interface IReflectionpublic final float getEndPosAlpha()
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
Read/write float.
getEndPosAlpha in interface IReflectionpublic final void setEndPosAlpha(float value)
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
Read/write float.
setEndPosAlpha in interface IReflectionpublic final float getFadeDirection()
Specifies the direction to offset the reflection. (angle).
Read/write float.
getFadeDirection in interface IReflectionpublic final void setFadeDirection(float value)
Specifies the direction to offset the reflection. (angle).
Read/write float.
setFadeDirection in interface IReflectionpublic final float getStartReflectionOpacity()
Starting reflection opacity. (percents).
Read/write float.
getStartReflectionOpacity in interface IReflectionpublic final void setStartReflectionOpacity(float value)
Starting reflection opacity. (percents).
Read/write float.
setStartReflectionOpacity in interface IReflectionpublic final float getEndReflectionOpacity()
End reflection opacity. (percents).
Read/write float.
getEndReflectionOpacity in interface IReflectionpublic final void setEndReflectionOpacity(float value)
End reflection opacity. (percents).
Read/write float.
setEndReflectionOpacity in interface IReflectionpublic final double getBlurRadius()
Blur radius.
Read/write double.
getBlurRadius in interface IReflectionpublic final void setBlurRadius(double value)
Blur radius.
Read/write double.
setBlurRadius in interface IReflectionpublic final float getDirection()
Direction of reflection.
Read/write float.
getDirection in interface IReflectionpublic final void setDirection(float value)
Direction of reflection.
Read/write float.
setDirection in interface IReflectionpublic final double getDistance()
Distance of reflection.
Read/write double.
getDistance in interface IReflectionpublic final void setDistance(double value)
Distance of reflection.
Read/write double.
setDistance in interface IReflectionpublic final byte getRectangleAlign()
Rectangle alignment.
Read/write RectangleAlignment.
getRectangleAlign in interface IReflectionpublic final void setRectangleAlign(byte value)
Rectangle alignment.
Read/write RectangleAlignment.
setRectangleAlign in interface IReflectionpublic final double getSkewHorizontal()
Specifies the horizontal skew angle.
Read/write double.
getSkewHorizontal in interface IReflectionpublic final void setSkewHorizontal(double value)
Specifies the horizontal skew angle.
Read/write double.
setSkewHorizontal in interface IReflectionpublic final double getSkewVertical()
Specifies the vertical skew angle.
Read/write double.
getSkewVertical in interface IReflectionpublic final void setSkewVertical(double value)
Specifies the vertical skew angle.
Read/write double.
setSkewVertical in interface IReflectionpublic final boolean getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated.
Read/write boolean.
getRotateShadowWithShape in interface IReflectionpublic final void setRotateShadowWithShape(boolean value)
Specifies whether the reflection should rotate with the shape if the shape is rotated.
Read/write boolean.
setRotateShadowWithShape in interface IReflectionpublic final double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
Read/write double.
getScaleHorizontal in interface IReflectionpublic final void setScaleHorizontal(double value)
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
Read/write double.
setScaleHorizontal in interface IReflectionpublic final double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
Read/write double.
getScaleVertical in interface IReflectionpublic final void setScaleVertical(double value)
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
Read/write double.
setScaleVertical in interface IReflectionpublic final IReflectionEffectiveData getEffective()
Gets effective Reflection effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IReflectionEffectiveData>IReflectionEffectiveData.public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
public final long getVersion()
Version.
Read-only long.
public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent.
public boolean equals(java.lang.Object obj)
Determines whether the specified Reflection is equal to the current Reflection.
equals in class java.lang.Objectobj - The Reflection to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode in class java.lang.ObjectCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.