public 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.
|
EffectEffectiveData |
getEffective() |
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.
|
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.
|
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 IReflection
public 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 IReflection
public final float getEndPosAlpha()
Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents).
Read/write float
.
getEndPosAlpha
in interface IReflection
public 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 IReflection
public final float getFadeDirection()
Specifies the direction to offset the reflection. (angle).
Read/write float
.
getFadeDirection
in interface IReflection
public final void setFadeDirection(float value)
Specifies the direction to offset the reflection. (angle).
Read/write float
.
setFadeDirection
in interface IReflection
public final float getStartReflectionOpacity()
Starting reflection opacity. (percents).
Read/write float
.
getStartReflectionOpacity
in interface IReflection
public final void setStartReflectionOpacity(float value)
Starting reflection opacity. (percents).
Read/write float
.
setStartReflectionOpacity
in interface IReflection
public final float getEndReflectionOpacity()
End reflection opacity. (percents).
Read/write float
.
getEndReflectionOpacity
in interface IReflection
public final void setEndReflectionOpacity(float value)
End reflection opacity. (percents).
Read/write float
.
setEndReflectionOpacity
in interface IReflection
public final double getBlurRadius()
Blur radius.
Read/write double
.
getBlurRadius
in interface IReflection
public final void setBlurRadius(double value)
Blur radius.
Read/write double
.
setBlurRadius
in interface IReflection
public final float getDirection()
Direction of reflection.
Read/write float
.
getDirection
in interface IReflection
public final void setDirection(float value)
Direction of reflection.
Read/write float
.
setDirection
in interface IReflection
public final double getDistance()
Distance of reflection.
Read/write double
.
getDistance
in interface IReflection
public final void setDistance(double value)
Distance of reflection.
Read/write double
.
setDistance
in interface IReflection
public final byte getRectangleAlign()
Rectangle alignment.
Read/write RectangleAlignment
.
getRectangleAlign
in interface IReflection
public final void setRectangleAlign(byte value)
Rectangle alignment.
Read/write RectangleAlignment
.
setRectangleAlign
in interface IReflection
public final double getSkewHorizontal()
Specifies the horizontal skew angle.
Read/write double
.
getSkewHorizontal
in interface IReflection
public final void setSkewHorizontal(double value)
Specifies the horizontal skew angle.
Read/write double
.
setSkewHorizontal
in interface IReflection
public final double getSkewVertical()
Specifies the vertical skew angle.
Read/write double
.
getSkewVertical
in interface IReflection
public final void setSkewVertical(double value)
Specifies the vertical skew angle.
Read/write double
.
setSkewVertical
in interface IReflection
public final boolean getRotateShadowWithShape()
Specifies whether the reflection should rotate with the shape if the shape is rotated.
Read/write boolean
.
getRotateShadowWithShape
in interface IReflection
public 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 IReflection
public final double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
Read/write double
.
getScaleHorizontal
in interface IReflection
public final void setScaleHorizontal(double value)
Specifies the horizontal scaling factor, negative scaling causes a flip. (percents)
Read/write double
.
setScaleHorizontal
in interface IReflection
public final double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
Read/write double
.
getScaleVertical
in interface IReflection
public final void setScaleVertical(double value)
Specifies the vertical scaling factor, negative scaling causes a flip. (percents)
Read/write double
.
setScaleVertical
in interface IReflection
public final EffectEffectiveData getEffective()
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public boolean equals(java.lang.Object obj)
Determines whether the specified Reflection
is equal to the current Reflection
.
equals
in class java.lang.Object
obj
- The Reflection
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object