IReflection — Aspose.Slides FOSS Java API Reference

IReflection — Represents a reflection effect applied to a shape.

Package: org.aspose.slides.foss.effects


Properties

PropertyTypeAccessDescription
startPosAlphadoubleRead/Write
endPosAlphadoubleRead/Write
fadeDirectiondoubleRead/Write
startReflectionOpacitydoubleRead/Write
endReflectionOpacitydoubleRead/Write
blurRadiusdoubleRead/Write
directiondoubleRead/Write
distancedoubleRead/Write
rectangleAlignRectangleAlignmentRead/Write
skewHorizontaldoubleRead/Write
skewVerticaldoubleRead/Write
rotateShadowWithShapebooleanRead/Write
scaleHorizontaldoubleRead/Write
scaleVerticaldoubleRead/Write

Methods

MethodReturnsDescription
getStartPosAlpha()doubleReturns the start position (along the alpha gradient ramp) of the start alpha value (percents).
setStartPosAlpha(double value)voidSets the start position (along the alpha gradient ramp) of the start alpha value (percents).
getEndPosAlpha()doubleReturns the end position (along the alpha gradient ramp) of the end alpha value (percents).
setEndPosAlpha(double value)voidSets the end position (along the alpha gradient ramp) of the end alpha value (percents).
getFadeDirection()doubleReturns the direction to offset the reflection (angle).
setFadeDirection(double value)voidSets the direction to offset the reflection (angle).
getStartReflectionOpacity()doubleReturns the starting reflection opacity (percents).
setStartReflectionOpacity(double value)voidSets the starting reflection opacity (percents).
getEndReflectionOpacity()doubleReturns the end reflection opacity (percents).
setEndReflectionOpacity(double value)voidSets the end reflection opacity (percents).
getBlurRadius()doubleReturns the blur radius in points.
setBlurRadius(double value)voidSets the blur radius in points.
getDirection()doubleReturns the direction of reflection in degrees.
setDirection(double value)voidSets the direction of reflection in degrees.
getDistance()doubleReturns the distance of reflection in points.
setDistance(double value)voidSets the distance of reflection in points.
getRectangleAlign()RectangleAlignmentReturns the rectangle alignment.
setRectangleAlign(RectangleAlignment value)voidSets the rectangle alignment.
getSkewHorizontal()doubleReturns the horizontal skew angle in degrees.
setSkewHorizontal(double value)voidSets the horizontal skew angle in degrees.
getSkewVertical()doubleReturns the vertical skew angle in degrees.
setSkewVertical(double value)voidSets the vertical skew angle in degrees.
getRotateShadowWithShape()booleanIndicates whether the reflection should rotate with the shape if the shape is rotated.
setRotateShadowWithShape(boolean value)voidSets whether the reflection should rotate with the shape if the shape is rotated.
getScaleHorizontal()doubleReturns the horizontal scaling factor as a percentage.
setScaleHorizontal(double value)voidSets the horizontal scaling factor as a percentage.
getScaleVertical()doubleReturns the vertical scaling factor as a percentage.
setScaleVertical(double value)voidSets the vertical scaling factor as a percentage.

See Also