IReflection — Aspose.Slides FOSS Java API Reference
IReflection — Represents a reflection effect applied to a shape.
Package: org.aspose.slides.foss.effects
Properties
| Property | Type | Access | Description |
|---|---|---|---|
startPosAlpha | double | Read/Write | |
endPosAlpha | double | Read/Write | |
fadeDirection | double | Read/Write | |
startReflectionOpacity | double | Read/Write | |
endReflectionOpacity | double | Read/Write | |
blurRadius | double | Read/Write | |
direction | double | Read/Write | |
distance | double | Read/Write | |
rectangleAlign | RectangleAlignment | Read/Write | |
skewHorizontal | double | Read/Write | |
skewVertical | double | Read/Write | |
rotateShadowWithShape | boolean | Read/Write | |
scaleHorizontal | double | Read/Write | |
scaleVertical | double | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getStartPosAlpha() | double | Returns the start position (along the alpha gradient ramp) of the start alpha value (percents). |
setStartPosAlpha(double value) | void | Sets the start position (along the alpha gradient ramp) of the start alpha value (percents). |
getEndPosAlpha() | double | Returns the end position (along the alpha gradient ramp) of the end alpha value (percents). |
setEndPosAlpha(double value) | void | Sets the end position (along the alpha gradient ramp) of the end alpha value (percents). |
getFadeDirection() | double | Returns the direction to offset the reflection (angle). |
setFadeDirection(double value) | void | Sets the direction to offset the reflection (angle). |
getStartReflectionOpacity() | double | Returns the starting reflection opacity (percents). |
setStartReflectionOpacity(double value) | void | Sets the starting reflection opacity (percents). |
getEndReflectionOpacity() | double | Returns the end reflection opacity (percents). |
setEndReflectionOpacity(double value) | void | Sets the end reflection opacity (percents). |
getBlurRadius() | double | Returns the blur radius in points. |
setBlurRadius(double value) | void | Sets the blur radius in points. |
getDirection() | double | Returns the direction of reflection in degrees. |
setDirection(double value) | void | Sets the direction of reflection in degrees. |
getDistance() | double | Returns the distance of reflection in points. |
setDistance(double value) | void | Sets the distance of reflection in points. |
getRectangleAlign() | RectangleAlignment | Returns the rectangle alignment. |
setRectangleAlign(RectangleAlignment value) | void | Sets the rectangle alignment. |
getSkewHorizontal() | double | Returns the horizontal skew angle in degrees. |
setSkewHorizontal(double value) | void | Sets the horizontal skew angle in degrees. |
getSkewVertical() | double | Returns the vertical skew angle in degrees. |
setSkewVertical(double value) | void | Sets the vertical skew angle in degrees. |
getRotateShadowWithShape() | boolean | Indicates whether the reflection should rotate with the shape if the shape is rotated. |
setRotateShadowWithShape(boolean value) | void | Sets whether the reflection should rotate with the shape if the shape is rotated. |
getScaleHorizontal() | double | Returns the horizontal scaling factor as a percentage. |
setScaleHorizontal(double value) | void | Sets the horizontal scaling factor as a percentage. |
getScaleVertical() | double | Returns the vertical scaling factor as a percentage. |
setScaleVertical(double value) | void | Sets the vertical scaling factor as a percentage. |