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

Profile: desktop, common

Overview

A motion blur effect using a Gaussian convolution kernel, with a configurable radius and angle.

Attribute Summary

nametypedescription
Public
angleNumber

The angle of the motion effect, in degrees.

More: [+]

The angle of the motion effect, in degrees.

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

inputEffect

The input for this Effect.

More: [+]

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

radiusNumber

The radius of the blur kernel.

More: [+]

The radius of the blur kernel.

       Min:  1.0
       Max: 63.0
   Default: 10.0
  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