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

Profile: desktop, common

Overview

An effect that shifts each pixel according to an (x,y) distance from the (red,green) channels of a map image, respectively.

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.

mapDataFloatMap

The map data for this Effect.

More: [+]

The map data for this Effect.

offsetXNumber

The x offset factor.

More: [+]

The x offset factor.

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

offsetYNumber

The y offset factor.

More: [+]

The y offset factor.

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

scaleXNumber

The x scale factor.

More: [+]

The x scale factor.

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

scaleYNumber

The y scale factor.

More: [+]

The y scale factor.

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

wrapBoolean

Defines whether values taken from outside the edges of the map "wrap around" or not.

More: [+]

Defines whether values taken from outside the edges of the map "wrap around" or not.

       Min:  n/a
       Max:  n/a
   Default: false
  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