Class ImageConsumer
public class ImageConsumer : JVMBridgeBase<ImageConsumer>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBase>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IImageConsumer- Inheritance
- 
      
      
      
      
      ImageConsumer
- Implements
- Derived
- Inherited Members
- 
    
    
    
    
    
    
    
    
    
    JVMBridgeBase<ImageConsumer>.SExecuteWithSignature(Type, IJavaType, string, string, params object[])JVMBridgeBase<ImageConsumer>.SExecute<TReturn, TConverter>(Type, IJavaType, string, params object[])JVMBridgeBase.ReferenceEqualsJVM(JVMBridgeBase, JVMBridgeBase)JVMBridgeBase.Equals(IJVMBridgeBase)
- Extension Methods
Constructors
ImageConsumer()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("ImageConsumer class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ImageConsumer()ImageConsumer(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
[Obsolete("ImageConsumer class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ImageConsumer(params object[] args)Parameters
- argsobject[]
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }Property Value
COMPLETESCANLINES
public static int COMPLETESCANLINES { get; }Property Value
IMAGEABORTED
public static int IMAGEABORTED { get; }Property Value
IMAGEERROR
public static int IMAGEERROR { get; }Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }Property Value
IsBridgeCloseable
true if the BridgeClassName implements Closeable
public override bool IsBridgeCloseable { get; }Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }Property Value
RANDOMPIXELORDER
public static int RANDOMPIXELORDER { get; }Property Value
SINGLEFRAME
public static int SINGLEFRAME { get; }Property Value
SINGLEFRAMEDONE
public static int SINGLEFRAMEDONE { get; }Property Value
SINGLEPASS
public static int SINGLEPASS { get; }Property Value
STATICIMAGEDONE
public static int STATICIMAGEDONE { get; }Property Value
TOPDOWNLEFTRIGHT
public static int TOPDOWNLEFTRIGHT { get; }Property Value
Methods
ImageComplete(int)
public void ImageComplete(int arg0)Parameters
SetColorModel(ColorModel)
public void SetColorModel(ColorModel arg0)Parameters
- arg0ColorModel
SetDimensions(int, int)
public void SetDimensions(int arg0, int arg1)Parameters
SetHints(int)
public void SetHints(int arg0)Parameters
SetPixels(int, int, int, int, ColorModel, byte[], int, int)
public void SetPixels(int arg0, int arg1, int arg2, int arg3, ColorModel arg4, byte[] arg5, int arg6, int arg7)Parameters
SetPixels(int, int, int, int, ColorModel, int[], int, int)
public void SetPixels(int arg0, int arg1, int arg2, int arg3, ColorModel arg4, int[] arg5, int arg6, int arg7)Parameters
SetProperties(Hashtable<object, object>)
public void SetProperties(Hashtable<object, object> arg0)