Table of Contents

Class TIFFTag

Namespace
Javax.Imageio.Plugins.Tiff
Assembly
MASES.JNet.dll
public class TIFFTag : JVMBridgeBase<TIFFTag>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
Inheritance
JVMBridgeBase
JVMBridgeBase<TIFFTag>
TIFFTag
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<TIFFTag>.IsAssignableFrom(IJavaType)
JVMBridgeBase<TIFFTag>.IsAssignableFrom<T>()
JVMBridgeBase<TIFFTag>.Execute<T>(params T[])
JVMBridgeBase<TIFFTag>.DynBridgeClazz
JVMBridgeBase<TIFFTag>.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

TIFFTag()

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

public TIFFTag()

TIFFTag(String, int, TIFFTagSet)

public TIFFTag(String arg0, int arg1, TIFFTagSet arg2)

Parameters

arg0 String

String

arg1 int

int

arg2 TIFFTagSet

TIFFTagSet

TIFFTag(String, int, int)

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

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

TIFFTag(String, int, int, int)

public TIFFTag(String arg0, int arg1, int arg2, int arg3)

Parameters

arg0 String

String

arg1 int

int

arg2 int

int

arg3 int

int

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Count

public int Count { get; }

Property Value

int

DataTypes

public int DataTypes { get; }

Property Value

int

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

MAX_DATATYPE

public static int MAX_DATATYPE { get; }

Property Value

int

MIN_DATATYPE

public static int MIN_DATATYPE { get; }

Property Value

int

Name

public String Name { get; }

Property Value

String

NamedValues

public int[] NamedValues { get; }

Property Value

int[]

Number

public int Number { get; }

Property Value

int

TIFF_ASCII

public static int TIFF_ASCII { get; }

Property Value

int

TIFF_BYTE

public static int TIFF_BYTE { get; }

Property Value

int

TIFF_DOUBLE

public static int TIFF_DOUBLE { get; }

Property Value

int

TIFF_FLOAT

public static int TIFF_FLOAT { get; }

Property Value

int

TIFF_IFD_POINTER

public static int TIFF_IFD_POINTER { get; }

Property Value

int

TIFF_LONG

public static int TIFF_LONG { get; }

Property Value

int

TIFF_RATIONAL

public static int TIFF_RATIONAL { get; }

Property Value

int

TIFF_SBYTE

public static int TIFF_SBYTE { get; }

Property Value

int

TIFF_SHORT

public static int TIFF_SHORT { get; }

Property Value

int

TIFF_SLONG

public static int TIFF_SLONG { get; }

Property Value

int

TIFF_SRATIONAL

public static int TIFF_SRATIONAL { get; }

Property Value

int

TIFF_SSHORT

public static int TIFF_SSHORT { get; }

Property Value

int

TIFF_UNDEFINED

public static int TIFF_UNDEFINED { get; }

Property Value

int

TagSet

public TIFFTagSet TagSet { get; }

Property Value

TIFFTagSet

UNKNOWN_TAG_NAME

public static String UNKNOWN_TAG_NAME { get; }

Property Value

String

Methods

GetSizeOfType(int)

public static int GetSizeOfType(int arg0)

Parameters

arg0 int

int

Returns

int

int

GetValueName(int)

public String GetValueName(int arg0)

Parameters

arg0 int

int

Returns

String

String

HasValueNames()

public bool HasValueNames()

Returns

bool

bool

IsDataTypeOK(int)

public bool IsDataTypeOK(int arg0)

Parameters

arg0 int

int

Returns

bool

bool

IsIFDPointer()

public bool IsIFDPointer()

Returns

bool

bool