Overview
A type of source effect that simply passes the given Image
through, unmodified, as an input to another Effect.
Attribute Summary
| name | type | description |
|---|---|---|
| Public | ||
| source | Image |
The source The source |
| x | Number |
Sets the x location of the source image, relative to the
local coordinate space of the content Sets the x location of the source image, relative to the
local coordinate space of the content
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
|
| y | Number |
Sets the y location of the source image, relative to the
local coordinate space of the content Sets the y location of the source image, relative to the
local coordinate space of the content
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
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