public class TiffIFDEntry extends Object implements Comparable<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(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.
|
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 int compareTo(Object o)
compareTo
in interface Comparable<Object>
Copyright © 2016 Open Microscopy Environment