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
| name | type | description |
|---|---|---|
| Public | ||
| input | Effect |
The input for this The input for this |
| mapData | FloatMap |
The map data for this The map data for this |
| offsetX | Number |
The x offset factor. More: [+]The x offset factor.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
|
| offsetY | Number |
The y offset factor. More: [+]The y offset factor.
Min: n/a
Max: n/a
Default: 0.0
Identity: 0.0
|
| scaleX | Number |
The x scale factor. More: [+]The x scale factor.
Min: n/a
Max: n/a
Default: 1.0
Identity: 1.0
|
| scaleY | Number |
The y scale factor. More: [+]The y scale factor.
Min: n/a
Max: n/a
Default: 1.0
Identity: 1.0
|
| wrap | Boolean |
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
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