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

Profile: desktop, common

Overview

An effect that simply provides either the transformed (device space) image or untransformed (original) image of the content Node to which this Effect tree is attached.

Attribute Summary

nametypedescription
Public
transformedBoolean

Defines whether the transformed (device space) content or untransformed (local node space) content is used.

More: [+]

Defines whether the transformed (device space) content or untransformed (local node space) content is used.

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