Table of Contents

Class TIFFField

Namespace
Javax.Imageio.Plugins.Tiff
Assembly
MASES.JNet.dll
public class TIFFField : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Cloneable>
TIFFField
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()
JVMBridgeBase<Cloneable>.Execute<T>(params T[])
JVMBridgeBase<Cloneable>.DynBridgeClazz
JVMBridgeBase<Cloneable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

TIFFField()

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

public TIFFField()

TIFFField(TIFFTag, int, int)

public TIFFField(TIFFTag arg0, int arg1, int arg2)

Parameters

arg0 TIFFTag

TIFFTag

arg1 int

int

arg2 int

int

TIFFField(TIFFTag, int, int, object)

public TIFFField(TIFFTag arg0, int arg1, int arg2, object arg3)

Parameters

arg0 TIFFTag

TIFFTag

arg1 int

int

arg2 int

int

arg3 object

object

TIFFField(TIFFTag, int, long, TIFFDirectory)

public TIFFField(TIFFTag arg0, int arg1, long arg2, TIFFDirectory arg3)

Parameters

arg0 TIFFTag

TIFFTag

arg1 int

int

arg2 long

long

arg3 TIFFDirectory

TIFFDirectory

TIFFField(TIFFTag, long)

public TIFFField(TIFFTag arg0, long arg1)

Parameters

arg0 TIFFTag

TIFFTag

arg1 long

long

TIFFField(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 TIFFField(params object[] args)

Parameters

args object[]

Properties

AsBytes

public byte[] AsBytes { get; }

Property Value

byte[]

AsChars

public char[] AsChars { get; }

Property Value

char[]

AsDoubles

public double[] AsDoubles { get; }

Property Value

double[]

AsFloats

public float[] AsFloats { get; }

Property Value

float[]

AsInts

public int[] AsInts { get; }

Property Value

int[]

AsLongs

public long[] AsLongs { get; }

Property Value

long[]

AsNativeNode

public Node AsNativeNode { get; }

Property Value

Node

AsRationals

public long[] AsRationals { get; }

Property Value

long[]

AsSRationals

public int[] AsSRationals { get; }

Property Value

int[]

AsShorts

public short[] AsShorts { get; }

Property Value

short[]

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Count

public int Count { get; }

Property Value

int

Data

public object Data { get; }

Property Value

object

Directory

public TIFFDirectory Directory { get; }

Property Value

TIFFDirectory

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

Tag

public TIFFTag Tag { get; }

Property Value

TIFFTag

TagNumber

public int TagNumber { get; }

Property Value

int

Type

public int Type { get; }

Property Value

int

Methods

Clone()

public TIFFField Clone()

Returns

TIFFField

TIFFField

Exceptions

CloneNotSupportedException

CreateArrayForType(int, int)

public static object CreateArrayForType(int arg0, int arg1)

Parameters

arg0 int

int

arg1 int

int

Returns

object

object

CreateFromMetadataNode(TIFFTagSet, Node)

public static TIFFField CreateFromMetadataNode(TIFFTagSet arg0, Node arg1)

Parameters

arg0 TIFFTagSet

TIFFTagSet

arg1 Node

Node

Returns

TIFFField

TIFFField

GetAsDouble(int)

public double GetAsDouble(int arg0)

Parameters

arg0 int

int

Returns

double

double

GetAsFloat(int)

public float GetAsFloat(int arg0)

Parameters

arg0 int

int

Returns

float

float

GetAsInt(int)

public int GetAsInt(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetAsLong(int)

public long GetAsLong(int arg0)

Parameters

arg0 int

int

Returns

long

long

GetAsRational(int)

public long[] GetAsRational(int arg0)

Parameters

arg0 int

int

Returns

long[]

long

GetAsSRational(int)

public int[] GetAsSRational(int arg0)

Parameters

arg0 int

int

Returns

int[]

int

GetAsString(int)

public String GetAsString(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetTypeByName(String)

public static int GetTypeByName(String arg0)

Parameters

arg0 String

String

Returns

int

int

GetTypeName(int)

public static String GetTypeName(int arg0)

Parameters

arg0 int

int

Returns

String

String

GetValueAsString(int)

public String GetValueAsString(int arg0)

Parameters

arg0 int

int

Returns

String

String

HasDirectory()

public bool HasDirectory()

Returns

bool

bool

IsIntegral()

public bool IsIntegral()

Returns

bool

bool