Spec-Zone .ru
спецификации, руководства, описания, API

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

expand all

Profile: desktop, common

Overview

A high-level effect that makes the input image appear to glow, based on a configurable threshold.

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  
publiclevelNumber0.3

The level value, which controls the intensity of the glow effect.

The level value, which controls the intensity of the glow effect.

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

0.3  

Inherited Variables

Function Summary

Inherited Functions

javafx.scene.effect.Effect