You are on page 1of 1

javax.imageio.event.

*
void warningOccurred (ImageReader source, String warning)

IIOReadWarningListener

IIOReadProgressListener
void void void void void void void void void imageComplete (ImageReader source) imageProgress (ImageReader source, float percentageDone) imageStarted (ImageReader source, int imageIndex) readAborted (ImageReader source) sequenceComplete (ImageReader source) sequenceStarted (ImageReader source, int minIndex) thumbnailComplete (ImageReader source) thumbnailProgress (ImageReader source, float percentageDone) thumbnailStarted (ImageReader source, int imageIndex, int thumbnailIndex)

IIOReadUpdateListener
void void void void void void imageUpdate (ImageReader source, BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) passComplete (ImageReader source, BufferedImage theImage) passStarted (ImageReader source, BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) thumbnailPassComplete (ImageReader source, BufferedImage theThumbnail) thumbnailPassStarted (ImageReader source, BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) thumbnailUpdate (ImageReader source, BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)

java.util. EventListener

IIOWriteWarningListener
void warningOccurred (ImageWriter source, int imageIndex, String warning)

IIOWriteProgressListener
void void void void void void void imageComplete (ImageWriter source) imageProgress (ImageWriter source, float percentageDone) imageStarted (ImageWriter source, int imageIndex) thumbnailComplete (ImageWriter source) thumbnailProgress (ImageWriter source, float percentageDone) thumbnailStarted (ImageWriter source, int imageIndex, int thumbnailIndex) writeAborted (ImageWriter source)

www.falkhausen.de Version 0.8 Copyright 2002 by Markus Falkhausen. All rights reserved.

You might also like