Interface IIIOReadUpdateListener
.NET interface for org.mases.jnet.generated.javax.imageio.event.IIOReadUpdateListener implementing https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/imageio/event/IIOReadUpdateListener.html
public interface IIIOReadUpdateListener
Methods
ImageUpdate(ImageReader, BufferedImage, int, int, int, int, int, int, int[])
void ImageUpdate(ImageReader arg0, BufferedImage arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int[] arg8)
Parameters
arg0
ImageReaderarg1
BufferedImagearg2
intarg3
intarg4
intarg5
intarg6
intarg7
intarg8
int[]
PassComplete(ImageReader, BufferedImage)
void PassComplete(ImageReader arg0, BufferedImage arg1)
Parameters
arg0
ImageReaderarg1
BufferedImage
PassStarted(ImageReader, BufferedImage, int, int, int, int, int, int, int, int[])
void PassStarted(ImageReader arg0, BufferedImage arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int[] arg9)
Parameters
arg0
ImageReaderarg1
BufferedImagearg2
intarg3
intarg4
intarg5
intarg6
intarg7
intarg8
intarg9
int[]
ThumbnailPassComplete(ImageReader, BufferedImage)
void ThumbnailPassComplete(ImageReader arg0, BufferedImage arg1)
Parameters
arg0
ImageReaderarg1
BufferedImage
ThumbnailPassStarted(ImageReader, BufferedImage, int, int, int, int, int, int, int, int[])
void ThumbnailPassStarted(ImageReader arg0, BufferedImage arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int[] arg9)
Parameters
arg0
ImageReaderarg1
BufferedImagearg2
intarg3
intarg4
intarg5
intarg6
intarg7
intarg8
intarg9
int[]
ThumbnailUpdate(ImageReader, BufferedImage, int, int, int, int, int, int, int[])
void ThumbnailUpdate(ImageReader arg0, BufferedImage arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int[] arg8)
Parameters
arg0
ImageReaderarg1
BufferedImagearg2
intarg3
intarg4
intarg5
intarg6
intarg7
intarg8
int[]