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
| name | type | description |
|---|---|---|
| Public | ||
| transformed | Boolean |
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
More: [+]Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration.Returns a
Stringrepresenting the type of hardware acceleration, if any, that is used when applying thisEffecton the givenGraphicsConfiguration. This method is intended for informational or debugging purposes only.-
Parameters
- config
-
Returns
- String