Creates a new instance of DisplacementMap with the specified mapData, offsetX, offsetY, scaleX, and scaleY.
Creates a new instance of DisplacementMap with the specified mapData.
JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
The input for this Effect.
The input for this Effect.
The map data for this Effect.
The offset by which all x coordinate offset values in the FloatMap are displaced after they are scaled.
The offset by which all y coordinate offset values in the FloatMap are displaced after they are scaled.
The scale factor by which all x coordinate offset values in the FloatMap are multiplied.
The scale factor by which all y coordinate offset values in the FloatMap are multiplied.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Defines whether values taken from outside the edges of the map "wrap around" or not.