Table of Contents

Class IIOReadUpdateListener

Namespace
Javax.Imageio.Event
Assembly
MASES.JNet.dll
public class IIOReadUpdateListener : EventListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEventListener, IIIOReadUpdateListener
Inheritance
IIOReadUpdateListener
Implements
Derived
Inherited Members
Extension Methods

Constructors

IIOReadUpdateListener()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public IIOReadUpdateListener()

IIOReadUpdateListener(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public IIOReadUpdateListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnImageUpdate

public Action<ImageReader, BufferedImage, int, int, int, int, int, int, int[]> OnImageUpdate { get; set; }

Property Value

Action<ImageReader, BufferedImage, int, int, int, int, int, int, int[]>

Remarks

If OnImageUpdate has a value it takes precedence over corresponding class method

OnPassComplete

public Action<ImageReader, BufferedImage> OnPassComplete { get; set; }

Property Value

Action<ImageReader, BufferedImage>

Remarks

If OnPassComplete has a value it takes precedence over corresponding class method

OnPassStarted

public Action<ImageReader, BufferedImage, int, int, int, int, int, int, int, int[]> OnPassStarted { get; set; }

Property Value

Action<ImageReader, BufferedImage, int, int, int, int, int, int, int, int[]>

Remarks

If OnPassStarted has a value it takes precedence over corresponding class method

OnThumbnailPassComplete

public Action<ImageReader, BufferedImage> OnThumbnailPassComplete { get; set; }

Property Value

Action<ImageReader, BufferedImage>

Remarks

If OnThumbnailPassComplete has a value it takes precedence over corresponding class method

OnThumbnailPassStarted

public Action<ImageReader, BufferedImage, int, int, int, int, int, int, int, int[]> OnThumbnailPassStarted { get; set; }

Property Value

Action<ImageReader, BufferedImage, int, int, int, int, int, int, int, int[]>

Remarks

If OnThumbnailPassStarted has a value it takes precedence over corresponding class method

OnThumbnailUpdate

public Action<ImageReader, BufferedImage, int, int, int, int, int, int, int[]> OnThumbnailUpdate { get; set; }

Property Value

Action<ImageReader, BufferedImage, int, int, int, int, int, int, int[]>

Remarks

If OnThumbnailUpdate has a value it takes precedence over corresponding class method

Methods

ImageUpdate(ImageReader, BufferedImage, int, int, int, int, int, int, int[])

public virtual 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

InitializeHandlers()

Handlers initializer for IIOReadUpdateListener

protected virtual void InitializeHandlers()

PassComplete(ImageReader, BufferedImage)

public virtual void PassComplete(ImageReader arg0, BufferedImage arg1)

Parameters

arg0 ImageReader

ImageReader

arg1 BufferedImage

BufferedImage

PassStarted(ImageReader, BufferedImage, int, int, int, int, int, int, int, int[])

public virtual 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)

public virtual void ThumbnailPassComplete(ImageReader arg0, BufferedImage arg1)

Parameters

arg0 ImageReader

ImageReader

arg1 BufferedImage

BufferedImage

ThumbnailPassStarted(ImageReader, BufferedImage, int, int, int, int, int, int, int, int[])

public virtual 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[])

public virtual 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