JavaFX: Bringing Rich Experiences To All the Screens Of Your Life

Profile: desktop, common

Overview

An effect that renders a reflected version of the input below the actual input content.

Attribute Summary

nametypedescription
Public
bottomOpacityNumber

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
 

fractionNumber

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
 

inputEffect

The input for this Effect.

More: [+]

The input for this Effect. If left unspecified, the source content will be used as the input.

topOffsetNumber

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
 

topOpacityNumber

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 String representing the type of hardware acceleration, if any, that is used when applying this Effect on the given GraphicsConfiguration.

More: [+]

Returns a String representing the type of hardware acceleration, if any, that is used when applying this Effect on the given GraphicsConfiguration. This method is intended for informational or debugging purposes only.

Parameters
config
Returns
String