| javax.imageio.event.IIOReadUpdateListener
IIOReadUpdateListener | public interface IIOReadUpdateListener extends EventListener(Code) | | author: Sergey I. Salishev version: $Revision: 1.2 $ |
Method Summary | |
void | imageUpdate(ImageReader source, BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) | void | passComplete(ImageReader source, BufferedImage theImage) | void | passStarted(ImageReader source, BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) | void | thumbnailPassComplete(ImageReader source, BufferedImage theImage) | void | thumbnailPassStarted(ImageReader source, BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands) | void | thumbnailUpdate(ImageReader source, BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands) |
imageUpdate | void imageUpdate(ImageReader source, BufferedImage theImage, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)(Code) | | |
passStarted | void passStarted(ImageReader source, BufferedImage theImage, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)(Code) | | |
thumbnailPassStarted | void thumbnailPassStarted(ImageReader source, BufferedImage theThumbnail, int pass, int minPass, int maxPass, int minX, int minY, int periodX, int periodY, int[] bands)(Code) | | |
thumbnailUpdate | void thumbnailUpdate(ImageReader source, BufferedImage theThumbnail, int minX, int minY, int width, int height, int periodX, int periodY, int[] bands)(Code) | | |
|
|