public class TiffIFDEntry
extends java.lang.Object
implements java.lang.Comparable<java.lang.Object>
Modifier and Type | Field and Description |
---|---|
private int |
tag
The Tag that identifies the field.
|
private IFDType |
type
The field Type.
|
private int |
valueCount
The number of values, Count of the indicated Type.
|
private long |
valueOffset
The Value Offset, the file offset (in bytes) of the Value
for the field.
|
Constructor and Description |
---|
TiffIFDEntry(int tag,
IFDType type,
int valueCount,
long valueOffset) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
int |
getTag()
Retrieves the entry's Tag value.
|
IFDType |
getType()
Retrieves the entry's Type value.
|
int |
getValueCount()
Retrieves the entry's ValueCount value.
|
long |
getValueOffset()
Retrieves the entry's ValueOffset value.
|
java.lang.String |
toString() |
private int tag
private IFDType type
private int valueCount
private long valueOffset
public TiffIFDEntry(int tag, IFDType type, int valueCount, long valueOffset)
public int getTag()
public IFDType getType()
public int getValueCount()
public long getValueOffset()
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable<java.lang.Object>
Copyright © 2021 Open Microscopy Environment