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

expand all

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).

Profile: common conditional effect

Variable Summary

accessnametypeCan ReadCan InitCan WriteDefault Valuedescription
publicinputEffectnull

The input for this Effect.

The input for this Effect. If set to null, or left unspecified, a graphical image of the Node to which the Effect is attached will be used as the input.

null  
publicpadNumber10.0

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

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
 

10.0  

Inherited Variables

Function Summary

Inherited Functions

javafx.scene.effect.Effect