public class ReflectionEffectiveData extends EffectEffectiveData<Reflection,ReflectionEffectiveData> implements IReflectionEffectiveData
Immutable object which represents a reflection effect.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
double |
getBlurRadius()
Blur radius.
|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
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 shadow 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.
|
java.lang.String |
getStringData() |
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
public final double getBlurRadius()
Blur radius.
Read-only double
.
getBlurRadius
in interface IReflectionEffectiveData
public final float getDirection()
Direction of shadow.
Read-only float
.
getDirection
in interface IReflectionEffectiveData
public final double getDistance()
Distance of shadow.
Read-only double
.
getDistance
in interface IReflectionEffectiveData
public final byte getRectangleAlign()
Rectangle alignment.
Read-only RectangleAlignment
.
getRectangleAlign
in interface IReflectionEffectiveData
public final double getSkewHorizontal()
Specifies the horizontal skew angle.
Read-only double
.
getSkewHorizontal
in interface IReflectionEffectiveData
public final double getSkewVertical()
Specifies the vertical skew angle.
Read-only double
.
getSkewVertical
in interface IReflectionEffectiveData
public final boolean getRotateShadowWithShape()
Specifies whether the shadow should rotate with the shape if the shape is rotated.
Read-only boolean
.
getRotateShadowWithShape
in interface IReflectionEffectiveData
public final double getScaleHorizontal()
Specifies the horizontal scaling factor, negative scaling causes a flip.
Read-only double
.
getScaleHorizontal
in interface IReflectionEffectiveData
public final double getScaleVertical()
Specifies the vertical scaling factor, negative scaling causes a flip.
Read-only double
.
getScaleVertical
in interface IReflectionEffectiveData
public final 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 final 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 final float getFadeDirection()
Specifies the direction to offset the reflection. (angle).
Read-only float
.
getFadeDirection
in interface IReflectionEffectiveData
public final float getStartReflectionOpacity()
Starting reflection opacity. (percents).
Read-only float
.
getStartReflectionOpacity
in interface IReflectionEffectiveData
public final float getEndReflectionOpacity()
End reflection opacity. (percents).
Read-only float
.
getEndReflectionOpacity
in interface IReflectionEffectiveData
public void resolveStyledColors(IBaseSlide slide, com.aspose.slides.StyleColorEffectiveData styleColor)
public void resolveFontDatas(IBaseSlide slide)
public com.aspose.slides.TrueColorBitmap apply(com.aspose.slides.TrueColorBitmap img)
apply
in class EffectEffectiveData<Reflection,ReflectionEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<Reflection,ReflectionEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.