GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type javax.imageio.ImageReader | |
void | Reports that the current image read operation has completed.
|
void | 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 | Reports the approximate percentage of completion of a thumbnail read
operation.
|
void | 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.
|
Methods with parameter type javax.imageio.ImageReader | |
Iterator | Retrieve an iterator over a collection of image transcoders that
support transcoding from the given image reader's metadata format
to the given writer's metadata format.
|
ImageWriter | Retrieve an image writer corresponding to an image reader, or
null if reader is not registered or if no corresponding writer is
registered. |
Methods with return type javax.imageio.ImageReader | |
ImageReader | Retrieve an image reader corresponding to an image writer, or
null if writer is not registered or if no corresponding reader is
registered.
|
Methods with parameter type javax.imageio.ImageReader | |
boolean |
Methods with return type javax.imageio.ImageReader | |
ImageReader | |
ImageReader |
GNU Classpath (0.95) |