< prev index next >

modules/graphics/src/main/java/javafx/scene/image/Image.java

Print this page

        

*** 1156,1166 **** * This method returns a {@code PixelReader} that provides access to * read the pixels of the image, if the image is readable. * If this method returns null then this image does not support reading * at this time. * This method will return null if the image is being loaded from a ! * source and is still incomplete {the progress is still < 1.0) or if * there was an error. * This method may also return null for some images in a format that * is not supported for reading and writing pixels to. * * @return the {@code PixelReader} for reading the pixel data of the image --- 1156,1166 ---- * This method returns a {@code PixelReader} that provides access to * read the pixels of the image, if the image is readable. * If this method returns null then this image does not support reading * at this time. * This method will return null if the image is being loaded from a ! * source and is still incomplete {the progress is still &lt;1.0) or if * there was an error. * This method may also return null for some images in a format that * is not supported for reading and writing pixels to. * * @return the {@code PixelReader} for reading the pixel data of the image
< prev index next >