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

Profile: desktop, common

Overview

A type of source effect that simply passes the given Image through, unmodified, as an input to another Effect.

Attribute Summary

nametypedescription
Public
sourceImage

The source Image.

More: [+]

The source Image.

xNumber

Sets the x location of the source image, relative to the local coordinate space of the content Node.

More: [+]

Sets the x location of the source image, relative to the local coordinate space of the content Node.

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

yNumber

Sets the y location of the source image, relative to the local coordinate space of the content Node.

More: [+]

Sets the y location of the source image, relative to the local coordinate space of the content Node.

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

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