Construct an image of the specified dimensions, initialized from the indicated region of the scalafx.scene.image.PixelReader.
Construct an image of the specified dimensions, initialized from the indicated scalafx.scene.image.PixelReader.
Construct an empty image of the specified dimensions.
Indicates whether the image is being loaded in the background.
Indicates whether the image is being loaded in the background.
Cancels the background loading of this image.
Cancels the background loading of this image.
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.
Indicates whether an error was detected while loading an image.
Indicates whether an error was detected while loading an image.
The exception which caused image loading to fail.
The exception which caused image loading to fail.
The delegate hashcode
The image height or 0 if the image loading fails.
The image height or 0 if the image loading fails.
This method returns a Option of scalafx.scene.image.PixelReader that provides access to read the pixels of the image, if the image is readable.
This method returns a Option of scalafx.scene.image.PixelReader that provides access to read the pixels of the image, if the image is readable.
This method returns a PixelWriter that provides access to write the pixels of the image.
Indicates whether to preserve the aspect ratio of the original image when
scaling to fit the image within the bounding box provided by width
and
height
.
Indicates whether to preserve the aspect ratio of the original image when
scaling to fit the image within the bounding box provided by width
and
height
.
The approximate percentage of image's loading that has been completed.
The approximate percentage of image's loading that has been completed.
Indicates whether to use a better quality filtering algorithm or a faster
one when scaling this image to fit within the bounding box provided by
width
and height
.
Indicates whether to use a better quality filtering algorithm or a faster
one when scaling this image to fit within the bounding box provided by
width
and height
.
Returns the original delegate's toString()
adding a [SFX]
prefix.
The image width or 0 if the image loading fails.
The image width or 0 if the image loading fails.
(Since version 8.0.60-R10) Method name is incorrect use pixelWriter
.
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/image/WritableImage.html