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

Profile: desktop, common

Overview

An effect that blends the two inputs together using one of the pre-defined BlendModes.

Attribute Summary

nametypedescription
Public
bottomInputEffect

The bottom input for this Blend operation.

More: [+]

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

modeBlendMode

The BlendMode used to blend the two inputs together.

More: [+]

The BlendMode used to blend the two inputs together.

       Min: n/a
       Max: n/a
   Default: BlendMode.SRC_OVER
  Identity: n/a
 

opacityNumber

The opacity value, which is modulated with the top input prior to blending.

More: [+]

The opacity value, which is modulated with the top input prior to blending.

       Min: 0.0
       Max: 1.0
   Default: 1.0
  Identity: 1.0
 

topInputEffect

The top input for this Blend operation.

More: [+]

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

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