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

Profile: desktop, common

Overview

An effect that returns a mask that is the inverse of the input (i.e., opaque areas of the input become transparent and vice versa).

Attribute Summary

nametypedescription
Public
inputEffect

The input for this Effect.

More: [+]

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

padNumber

The amount of padding added to each side of the resulting image, in pixels.

More: [+]

The amount of padding added to each side of the resulting image, in pixels.

       Min:  0.0
       Max:  n/a
   Default: 10.0
  Identity:  0.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