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

Profile: desktop, common

Overview

Attribute Summary

nametypedescription
Public
bumpInputEffect

The optional bump map input.

More: [+]

The optional bump map input. If not specified, a bump map will be automatically generated from the source content.

contentInputEffect

The content input for this Effect.

More: [+]

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

diffuseConstantNumber

The diffuse constant.

More: [+]

The diffuse constant.

       Min: 0.0
       Max: 2.0
   Default: 1.0
  Identity: n/a
 

lightLight

The light source for this Lighting effect.

More: [+]

The light source for this Lighting effect.

specularConstantNumber

The specular constant.

More: [+]

The specular constant.

       Min: 0.0
       Max: 2.0
   Default: 0.3
  Identity: n/a
 

specularExponentNumber

The specular exponent.

More: [+]

The specular exponent.

       Min:  0.0
       Max: 40.0
   Default: 20.0
  Identity:  n/a
 

surfaceScaleNumber

The surface scale factor.

More: [+]

The surface scale factor.

       Min:  0.0
       Max: 10.0
   Default:  1.5
  Identity:  n/a
 

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