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
This method returns the PixelFormat in which the surface stores its pixels, or a roughly equivalent pixel format from which it can easily convert pixels for purposes of writing them.
Stores pixel data for a color into the specified coordinates of the surface.
Stores pixel data for a Color into the specified coordinates of the surface.
Stores pixel data retrieved from a PixelReader instance into a rectangular region of the surface.
Stores pixel data from a buffer into a rectangular region of the surface.
Stores pixel data from an int array into a rectangular region of the surface.
Stores pixel data from a byte array into a rectangular region of the surface.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/image/PixelWriter.html