Overview
An effect that renders a reflected version of the input below the actual input content.
Attribute Summary
| name | type | description |
|---|---|---|
| Public | ||
| bottomOpacity | Number |
The bottom opacity value, which is the opacity of the reflection at its bottom extreme. More: [+]The bottom opacity value, which is the opacity of the reflection at its bottom extreme.
Min: 0.0
Max: 1.0
Default: 0.0
Identity: 1.0
|
| fraction | Number |
The fraction of the input that is visible in the reflection. More: [+]The fraction of the input that is visible in the reflection. For example, a value of 0.5 means that only the bottom half of the input will be visible in the reflection.
Min: 0.0
Max: 1.0
Default: 0.75
Identity: 1.0
|
| input | Effect |
The input for this The input for this |
| topOffset | Number |
The top offset adjustment, which is the distance between the bottom of the input and the top of the reflection. More: [+]The top offset adjustment, which is the distance between the bottom of the input and the top of the reflection.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
|
| topOpacity | Number |
The top opacity value, which is the opacity of the reflection at its top extreme. More: [+]The top opacity value, which is the opacity of the reflection at its top extreme.
Min: 0.0
Max: 1.0
Default: 0.5
Identity: 1.0
|
| Protected | ||
Inherited Attributes
Inherited Functions
javafx.scene.effect.Effect
- public getAccelType(config: java.awt.GraphicsConfiguration) : java.lang.String
-
Returns a
More: [+]Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration.Returns a
Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration. This method is intended for informational or debugging purposes only.-
Parameters
- config
-
Returns
- String