Reflection
Reflection class
Represents a Reflection effect.
equals
Name | Description |
---|---|
equals (Object) | Determines whether the specified Reflection is equal to the current Reflection. |
Parameters:
Name | Type | Description |
---|---|---|
obj | Object | The Reflection to compare. |
Returns: boolean
getBlurRadius
Name | Description |
---|---|
getBlurRadius () | Blur radius. Read/write double. |
Returns: double
getDirection
Name | Description |
---|---|
getDirection () | Direction of reflection. Read/write float. |
Returns: float
getDistance
Name | Description |
---|---|
getDistance () | Distance of reflection. Read/write double. |
Returns: double
getEffective
Name | Description |
---|---|
getEffective () | Gets effective Reflection effect data with the inheritance applied. |
Returns: ReflectionEffectiveData
getEndPosAlpha
Name | Description |
---|---|
getEndPosAlpha () | Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). Read/write float. |
Returns: float
getEndReflectionOpacity
Name | Description |
---|---|
getEndReflectionOpacity () | End reflection opacity. (percents). Read/write float. |
Returns: float
getFadeDirection
Name | Description |
---|---|
getFadeDirection () | Specifies the direction to offset the reflection. (angle). Read/write float. |
Returns: float
getParent_IPresentationComponent
Name | Description |
---|---|
getParent_IPresentationComponent () |
getRectangleAlign
Name | Description |
---|---|
getRectangleAlign () | Rectangle alignment. Read/write RectangleAlignment. |
Returns: byte
getRotateShadowWithShape
Name | Description |
---|---|
getRotateShadowWithShape () | Specifies whether the reflection should rotate with the shape if the shape is rotated. Read/write boolean. |
Returns: boolean
getScaleHorizontal
Name | Description |
---|---|
getScaleHorizontal () | Specifies the horizontal scaling factor, negative scaling causes a flip. (percents) Read/write double. |
Returns: double
getScaleVertical
Name | Description |
---|---|
getScaleVertical () | Specifies the vertical scaling factor, negative scaling causes a flip. (percents) Read/write double. |
Returns: double
getSkewHorizontal
Name | Description |
---|---|
getSkewHorizontal () | Specifies the horizontal skew angle. Read/write double. |
Returns: double
getSkewVertical
Name | Description |
---|---|
getSkewVertical () | Specifies the vertical skew angle. Read/write double. |
Returns: double
getStartPosAlpha
Name | Description |
---|---|
getStartPosAlpha () | Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). Read/write float. |
Returns: float
getStartReflectionOpacity
Name | Description |
---|---|
getStartReflectionOpacity () | Starting reflection opacity. (percents). Read/write float. |
Returns: float
getVersion
Name | Description |
---|---|
getVersion () |
Returns: long
hashCode
Name | Description |
---|---|
hashCode () | Serves as a hash function for a particular type. |
Returns: int
setBlurRadius
Name | Description |
---|---|
setBlurRadius (double) | Blur radius. Read/write double. |
Returns: void
setDirection
Name | Description |
---|---|
setDirection (float) | Direction of reflection. Read/write float. |
Returns: void
setDistance
Name | Description |
---|---|
setDistance (double) | Distance of reflection. Read/write double. |
Returns: void
setEndPosAlpha
Name | Description |
---|---|
setEndPosAlpha (float) | Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). Read/write float. |
Returns: void
setEndReflectionOpacity
Name | Description |
---|---|
setEndReflectionOpacity (float) | End reflection opacity. (percents). Read/write float. |
Returns: void
setFadeDirection
Name | Description |
---|---|
setFadeDirection (float) | Specifies the direction to offset the reflection. (angle). Read/write float. |
Returns: void
setRectangleAlign
Name | Description |
---|---|
setRectangleAlign (byte) | Rectangle alignment. Read/write RectangleAlignment. |
Returns: void
setRotateShadowWithShape
Name | Description |
---|---|
setRotateShadowWithShape (boolean) | Specifies whether the reflection should rotate with the shape if the shape is rotated. Read/write boolean. |
Returns: void
setScaleHorizontal
Name | Description |
---|---|
setScaleHorizontal (double) | Specifies the horizontal scaling factor, negative scaling causes a flip. (percents) Read/write double. |
Returns: void
setScaleVertical
Name | Description |
---|---|
setScaleVertical (double) | Specifies the vertical scaling factor, negative scaling causes a flip. (percents) Read/write double. |
Returns: void
setSkewHorizontal
Name | Description |
---|---|
setSkewHorizontal (double) | Specifies the horizontal skew angle. Read/write double. |
Returns: void
setSkewVertical
Name | Description |
---|---|
setSkewVertical (double) | Specifies the vertical skew angle. Read/write double. |
Returns: void
setStartPosAlpha
Name | Description |
---|---|
setStartPosAlpha (float) | Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). Read/write float. |
Returns: void
setStartReflectionOpacity
Name | Description |
---|---|
setStartReflectionOpacity (float) | Starting reflection opacity. (percents). Read/write float. |
Returns: void