Uses of Class javax.imageio.ImageReader

Uses in package javax.imageio.event

Methods with parameter type javax.imageio.ImageReader

void
Reports that the current image read operation has completed.
void
IIOReadProgressListener.imageProgress(ImageReader source, float percentageDone)
Reports the approximate percentage of completions of this image read operation.
void
Reports that the current image read operation has started.
void
IIOReadUpdateListener.imageUpdate(ImageReader source, BufferedImage image, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)
Reports that a given region of the image has been updated.
void
Reports that the current read operation has completed a progressive pass.
void
IIOReadUpdateListener.passStarted(ImageReader source, BufferedImage image, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)
Reports that the current read operation is about to begin a progressive pass.
void
Reports that a read operation has been aborted.
void
Reports that a sequence of read operationshas completed.
void
Reports that a sequence of read operations is beginning.
void
Reports that a thumbnail read operation has completed.
void
Reports that the current thumbnail read operation has completed a progressive pass.
void
IIOReadUpdateListener.thumbnailPassStarted(ImageReader source, BufferedImage image, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)
Reports that the current thumbnail read operation is about to begin a progressive pass.
void
IIOReadProgressListener.thumbnailProgress(ImageReader source, float percentageDone)
Reports the approximate percentage of completion of a thumbnail read operation.
void
IIOReadProgressListener.thumbnailStarted(ImageReader source, int imageIndex, int thumbnailIndex)
Reports that a thumbnail read operation is beginning.
void
IIOReadUpdateListener.thumbnailUpdate(ImageReader source, BufferedImage image, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)
Reports that a given region of a thumbnail image has been updated.
void
Reports the occurrence of a non-fatal error in decoding.

Uses in package javax.imageio.spi

Methods with parameter type javax.imageio.ImageReader

boolean

Methods with return type javax.imageio.ImageReader

ImageReader
ImageReader