Table of Contents

Interface IIIOReadUpdateListener

Namespace
Javax.Imageio.Event
Assembly
MASES.JNet.dll

.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 ImageReader

ImageReader

arg1 BufferedImage

BufferedImage

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 int

int

arg7 int

int

arg8 int[]

int

PassComplete(ImageReader, BufferedImage)

void PassComplete(ImageReader arg0, BufferedImage arg1)

Parameters

arg0 ImageReader

ImageReader

arg1 BufferedImage

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 ImageReader

ImageReader

arg1 BufferedImage

BufferedImage

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 int

int

arg7 int

int

arg8 int

int

arg9 int[]

int

ThumbnailPassComplete(ImageReader, BufferedImage)

void ThumbnailPassComplete(ImageReader arg0, BufferedImage arg1)

Parameters

arg0 ImageReader

ImageReader

arg1 BufferedImage

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 ImageReader

ImageReader

arg1 BufferedImage

BufferedImage

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 int

int

arg7 int

int

arg8 int

int

arg9 int[]

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 ImageReader

ImageReader

arg1 BufferedImage

BufferedImage

arg2 int

int

arg3 int

int

arg4 int

int

arg5 int

int

arg6 int

int

arg7 int

int

arg8 int[]

int